mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8214229: Enable ShowRegistersOnAssert by default
Reviewed-by: mdoerr, coleenp
This commit is contained in:
parent
d6b70fa2ab
commit
e58ebf3e7f
1 changed files with 1 additions and 1 deletions
|
@ -2585,7 +2585,7 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
||||||
develop(bool, VerifyMetaspace, false, \
|
develop(bool, VerifyMetaspace, false, \
|
||||||
"Verify metaspace on chunk movements.") \
|
"Verify metaspace on chunk movements.") \
|
||||||
\
|
\
|
||||||
diagnostic(bool, ShowRegistersOnAssert, false, \
|
diagnostic(bool, ShowRegistersOnAssert, true, \
|
||||||
"On internal errors, include registers in error report.") \
|
"On internal errors, include registers in error report.") \
|
||||||
\
|
\
|
||||||
experimental(bool, UseSwitchProfiling, true, \
|
experimental(bool, UseSwitchProfiling, true, \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue