< 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,4072 **** --- 4063,4075 ---- "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 >