From 76493024cf574abbbca6b6ea4534118b5bf77b64 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Tue, 9 Feb 2016 19:04:54 -0600 Subject: [PATCH] update note, java should in theory just die on it's own because the kernel apparently will kill itw --- engine/server/library/serverScript/src/shared/JavaLibrary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/server/library/serverScript/src/shared/JavaLibrary.cpp b/engine/server/library/serverScript/src/shared/JavaLibrary.cpp index 2b868749..e84c354c 100755 --- a/engine/server/library/serverScript/src/shared/JavaLibrary.cpp +++ b/engine/server/library/serverScript/src/shared/JavaLibrary.cpp @@ -866,7 +866,7 @@ void JavaLibrary::fatalHandler(int signum) else { // destroy Java threads - // @note apathy - this pthread method is not in later versions of glibc + // this pthread method is not in later versions of glibc as the kernel should handle the kill //pthread_kill_other_threads_np(); ms_instance = NULL; ms_env = NULL;