< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 49276 : 8191101: Show register content in hs-err file on assert
Reviewed-by:

@@ -4063,10 +4063,13 @@
           "to use as the backing store for Java Heap.")                     \
                                                                             \
   develop(bool, VerifyMetaspace, false,                                     \
           "Verify metaspace on chunk movements.")                           \
                                                                             \
+  diagnostic(bool, ShowRegistersOnAssert, false,                            \
+          "On internal errors, include registers in error report.")         \
+                                                                            \
 
 
 
 /*
  *  Macros for factoring of globals
< prev index next >