comparison src/share/vm/runtime/globals.hpp @ 7428:2d6c433b1f38

8004741: Missing compiled exception handle table entry for multidimensional array allocation Summary: Added missing exception path for multidimensional array allocation and use Throwable type instead of OutOfMemoryError for allocation's exception. Reviewed-by: twisti
author kvn
date Wed, 19 Dec 2012 19:21:15 -0800
parents 80e866b1d053
children e51c9860cf66 561148896559
comparison
equal deleted inserted replaced
7427:2c7f594145dc 7428: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, \