update note, java should in theory just die on it's own because the kernel apparently will kill itw

This commit is contained in:
DarthArgus
2016-02-09 19:04:54 -06:00
parent 845cc34680
commit 76493024cf
@@ -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;