--- 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") \