hotspot/src/share/vm/runtime/globals.hpp
changeset 14835 70896cb93c35
parent 14490 5bb45ed999ee
child 15101 58d43bf04c45
child 15086 2bfd799e9147
equal deleted inserted replaced
14834:f29c91f2f22b 14835:70896cb93c35
   920           "Print dependency information for all nmethods when generated")   \
   920           "Print dependency information for all nmethods when generated")   \
   921                                                                             \
   921                                                                             \
   922   develop(bool, PrintExceptionHandlers, false,                              \
   922   develop(bool, PrintExceptionHandlers, false,                              \
   923           "Print exception handler tables for all nmethods when generated") \
   923           "Print exception handler tables for all nmethods when generated") \
   924                                                                             \
   924                                                                             \
       
   925   develop(bool, StressCompiledExceptionHandlers, false,                     \
       
   926          "Exercise compiled exception handlers")                            \
       
   927                                                                             \
   925   develop(bool, InterceptOSException, false,                                \
   928   develop(bool, InterceptOSException, false,                                \
   926           "Starts debugger when an implicit OS (e.g., NULL) "               \
   929           "Starts debugger when an implicit OS (e.g., NULL) "               \
   927           "exception happens")                                              \
   930           "exception happens")                                              \
   928                                                                             \
   931                                                                             \
   929   notproduct(bool, PrintCodeCache, false,                                   \
   932   notproduct(bool, PrintCodeCache, false,                                   \