comparison src/share/vm/runtime/globals.hpp @ 1344:fdd57634910e

6926979: should simplify catch_inline_exception Reviewed-by: twisti
author never
date Thu, 18 Mar 2010 14:31:41 -0700
parents c76ca382971b
children 9bb91718aaf2
comparison
equal deleted inserted replaced
1305:97fe2cc98b1d 1344:fdd57634910e
2492 "Trace allocators use of cisc spillable instructions") \ 2492 "Trace allocators use of cisc spillable instructions") \
2493 \ 2493 \
2494 notproduct(bool, TraceSpilling, false, \ 2494 notproduct(bool, TraceSpilling, false, \
2495 "Trace spilling") \ 2495 "Trace spilling") \
2496 \ 2496 \
2497 develop(bool, DeutschShiffmanExceptions, true, \
2498 "Fast check to find exception handler for precisely typed " \
2499 "exceptions") \
2500 \
2501 product(bool, SplitIfBlocks, true, \ 2497 product(bool, SplitIfBlocks, true, \
2502 "Clone compares and control flow through merge points to fold " \ 2498 "Clone compares and control flow through merge points to fold " \
2503 "some branches") \ 2499 "some branches") \
2504 \ 2500 \
2505 develop(intx, FastAllocateSizeLimit, 128*K, \ 2501 develop(intx, FastAllocateSizeLimit, 128*K, \