src/hotspot/share/runtime/globals.hpp
changeset 49653 a569cb4425f3
parent 49651 1e11c8a238f7
child 49715 947560700a09
child 56422 b09629f4b243
--- a/src/hotspot/share/runtime/globals.hpp	Thu Mar 29 21:48:38 2018 -0700
+++ b/src/hotspot/share/runtime/globals.hpp	Fri Mar 30 06:31:16 2018 +0200
@@ -4062,6 +4062,9 @@
   develop(bool, VerifyMetaspace, false,                                     \
           "Verify metaspace on chunk movements.")                           \
                                                                             \
+  diagnostic(bool, ShowRegistersOnAssert, false,                            \
+          "On internal errors, include registers in error report.")         \
+                                                                            \