src/share/vm/runtime/globals.hpp

changeset 4364
2d6c433b1f38
parent 4280
80e866b1d053
child 4382
e51c9860cf66
child 4397
561148896559
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Dec 19 15:40:35 2012 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Dec 19 19:21:15 2012 -0800
     1.3 @@ -922,6 +922,9 @@
     1.4    develop(bool, PrintExceptionHandlers, false,                              \
     1.5            "Print exception handler tables for all nmethods when generated") \
     1.6                                                                              \
     1.7 +  develop(bool, StressCompiledExceptionHandlers, false,                     \
     1.8 +         "Exercise compiled exception handlers")                            \
     1.9 +                                                                            \
    1.10    develop(bool, InterceptOSException, false,                                \
    1.11            "Starts debugger when an implicit OS (e.g., NULL) "               \
    1.12            "exception happens")                                              \

mercurial