src/os/aix/vm/os_aix.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6536943 Cdiff src/os/aix/vm/os_aix.cpp

src/os/aix/vm/os_aix.cpp

Print this page
6536943: Bogus -Xcheck:jni warning for SIG_INT action for SIGINT in JVM started from non-interactive shell

*** 3642,3652 **** st->cr(); } #define DO_SIGNAL_CHECK(sig) \ ! if (!sigismember(&check_signal_done, sig)) \ 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 --- 3642,3652 ---- st->cr(); } #define DO_SIGNAL_CHECK(sig) \ ! if (!sigismember(&check_signal_done, sig) && (isatty(fileno(stdin)) || sig != SIGINT)) \ 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