mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
update note, java should in theory just die on it's own because the kernel apparently will kill itw
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user