diff --git a/src/hotspot/share/runtime/globals.hpp b/src/hotspot/share/runtime/globals.hpp index 12f01d42a28..7c150d30613 100644 --- a/src/hotspot/share/runtime/globals.hpp +++ b/src/hotspot/share/runtime/globals.hpp @@ -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, \