8214229: Enable ShowRegistersOnAssert by default
authorstuefe
Thu, 22 Nov 2018 12:20:10 +0100
changeset 52761 a96844b3a929
parent 52760 9bce3e729d5f
child 52762 b3866f3879e1
8214229: Enable ShowRegistersOnAssert by default Reviewed-by: mdoerr, coleenp
src/hotspot/share/runtime/globals.hpp
--- a/src/hotspot/share/runtime/globals.hpp	Wed Nov 28 13:16:54 2018 -0500
+++ b/src/hotspot/share/runtime/globals.hpp	Thu Nov 22 12:20:10 2018 +0100
@@ -2585,7 +2585,7 @@
   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,                              \