commit | 773f234ddceabc46cd1ebcc9330c430d844fb0c7 | [log] [tgz] |
---|---|---|
author | Yumin Qi <yumin.qi@oracle.com> | Thu May 14 20:56:57 2015 -0700 |
committer | Yumin Qi <minqi@openjdk.org> | Thu May 14 20:56:57 2015 -0700 |
tree | e45248b27d8f15f0393c26220c4366ce3b6ca401 | |
parent | abf4711ee4ec5b6761a14e5d84fd0d8a1a02a7af [diff] |
6536943: Bogus -Xcheck:jni warning for SIG_INT action for SIGINT in JVM started from non-interactive shell Check_signal_handler will print out Warning for SHURDOWN2_SIGNAL (SIGINT) is replaced by non-interactive shell. Fix by supply more information of the replacement to user. Reviewed-by: dholmes