hotspot/src/share/vm/runtime/globals.hpp
changeset 14835 70896cb93c35
parent 14490 5bb45ed999ee
child 15101 58d43bf04c45
child 15086 2bfd799e9147
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Dec 19 15:40:35 2012 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Dec 19 19:21:15 2012 -0800
@@ -922,6 +922,9 @@
   develop(bool, PrintExceptionHandlers, false,                              \
           "Print exception handler tables for all nmethods when generated") \
                                                                             \
+  develop(bool, StressCompiledExceptionHandlers, false,                     \
+         "Exercise compiled exception handlers")                            \
+                                                                            \
   develop(bool, InterceptOSException, false,                                \
           "Starts debugger when an implicit OS (e.g., NULL) "               \
           "exception happens")                                              \