mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8232735: Convert PrintJNIResolving to Unified Logging
Converted the existing output at debug level because it is noisy Reviewed-by: iklam, dholmes
This commit is contained in:
parent
6fa1bf99e2
commit
b4d28f36fc
10 changed files with 31 additions and 47 deletions
|
@ -2845,15 +2845,11 @@ void os::Bsd::install_signal_handlers() {
|
|||
// and if UserSignalHandler is installed all bets are off
|
||||
if (CheckJNICalls) {
|
||||
if (libjsig_is_loaded) {
|
||||
if (PrintJNIResolving) {
|
||||
tty->print_cr("Info: libjsig is activated, all active signal checking is disabled");
|
||||
}
|
||||
log_debug(jni, resolve)("Info: libjsig is activated, all active signal checking is disabled");
|
||||
check_signals = false;
|
||||
}
|
||||
if (AllowUserSignalHandlers) {
|
||||
if (PrintJNIResolving) {
|
||||
tty->print_cr("Info: AllowUserSignalHandlers is activated, all active signal checking is disabled");
|
||||
}
|
||||
log_debug(jni, resolve)("Info: AllowUserSignalHandlers is activated, all active signal checking is disabled");
|
||||
check_signals = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue