src/os/aix/vm/os_aix.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/os/aix/vm/os_aix.cpp	Wed Mar 12 14:31:35 2014
--- new/src/os/aix/vm/os_aix.cpp	Wed Mar 12 14:31:35 2014

*** 3642,3652 **** --- 3642,3652 ---- st->cr(); } #define DO_SIGNAL_CHECK(sig) \ ! if (!sigismember(&check_signal_done, sig) && isatty(fileno(stdin))) \ os::Aix::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/aix/vm/os_aix.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File