src/os/linux/vm/os_linux.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/os/linux/vm/os_linux.cpp	Thu Mar 13 20:53:23 2014
--- new/src/os/linux/vm/os_linux.cpp	Thu Mar 13 20:53:23 2014

*** 4459,4469 **** --- 4459,4469 ---- st->cr(); } #define DO_SIGNAL_CHECK(sig) \ ! if (!sigismember(&check_signal_done, sig) && (sig != SIGINT || isatty(fileno(stdin)))) \ os::Linux::check_signal_handler(sig) // This method is a periodic task to check for misbehaving JNI applications // under CheckJNI, we can add any periodic checks here

src/os/linux/vm/os_linux.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File