src/share/vm/runtime/globals.hpp

changeset 4364
2d6c433b1f38
parent 4280
80e866b1d053
child 4382
e51c9860cf66
child 4397
561148896559
equal deleted inserted replaced
4363:2c7f594145dc 4364:2d6c433b1f38
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, \

mercurial