mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8191101: Show register content in hs-err file on assert
Reviewed-by: adinn, clanger, simonis
This commit is contained in:
parent
213862d866
commit
3e603a776e
15 changed files with 272 additions and 22 deletions
|
@ -3412,6 +3412,10 @@ jint Arguments::finalize_vm_init_args(bool patch_mod_javabase) {
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifndef CAN_SHOW_REGISTERS_ON_ASSERT
|
||||
UNSUPPORTED_OPTION(ShowRegistersOnAssert);
|
||||
#endif // CAN_SHOW_REGISTERS_ON_ASSERT
|
||||
|
||||
return JNI_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue