< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 55555 : [mq]: nestegg

@@ -503,10 +503,13 @@
           "If true, tests SafeFetch inside error handler.")                 \
                                                                             \
   notproduct(bool, TestUnresponsiveErrorHandler, false,                     \
           "If true, simulates an unresponsive error handler.")              \
                                                                             \
+  diagnostic(uintx, NesteggSize, 0,                                         \
+          "Pre-reserved memory size for error handling.")                   \
+                                                                            \
   develop(bool, Verbose, false,                                             \
           "Print additional debugging information from other modes")        \
                                                                             \
   develop(bool, PrintMiscellaneous, false,                                  \
           "Print uncategorized debugging information (requires +Verbose)")  \
< prev index next >