8214229: Enable ShowRegistersOnAssert by default

Reviewed-by: mdoerr, coleenp
This commit is contained in:
Thomas Stuefe 2018-11-22 12:20:10 +01:00
parent d6b70fa2ab
commit e58ebf3e7f

View File

@ -2585,7 +2585,7 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
develop(bool, VerifyMetaspace, false, \
"Verify metaspace on chunk movements.") \
\
diagnostic(bool, ShowRegistersOnAssert, false, \
diagnostic(bool, ShowRegistersOnAssert, true, \
"On internal errors, include registers in error report.") \
\
experimental(bool, UseSwitchProfiling, true, \