mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8136577: Make AbortVMOnException available in product builds
Reviewed-by: coleenp
This commit is contained in:
parent
df9b5759f7
commit
a25ce80e78
9 changed files with 29 additions and 24 deletions
|
@ -2166,7 +2166,7 @@ void JavaThread::send_thread_stop(oop java_throwable) {
|
|||
tty->print_cr("Pending Async. exception installed of type: %s", InstanceKlass::cast(_pending_async_exception->klass())->external_name());
|
||||
}
|
||||
// for AbortVMOnException flag
|
||||
NOT_PRODUCT(Exceptions::debug_check_abort(InstanceKlass::cast(_pending_async_exception->klass())->external_name()));
|
||||
Exceptions::debug_check_abort(InstanceKlass::cast(_pending_async_exception->klass())->external_name());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue