src/share/vm/runtime/globals.hpp

changeset 1786
9bb91718aaf2
parent 1765
4a9cc99938e3
parent 1779
fdd57634910e
child 1800
6476042f815c
equal deleted inserted replaced
1767:4b60f23c4223 1786:9bb91718aaf2
2500 "Trace allocators use of cisc spillable instructions") \ 2500 "Trace allocators use of cisc spillable instructions") \
2501 \ 2501 \
2502 notproduct(bool, TraceSpilling, false, \ 2502 notproduct(bool, TraceSpilling, false, \
2503 "Trace spilling") \ 2503 "Trace spilling") \
2504 \ 2504 \
2505 develop(bool, DeutschShiffmanExceptions, true, \
2506 "Fast check to find exception handler for precisely typed " \
2507 "exceptions") \
2508 \
2509 product(bool, SplitIfBlocks, true, \ 2505 product(bool, SplitIfBlocks, true, \
2510 "Clone compares and control flow through merge points to fold " \ 2506 "Clone compares and control flow through merge points to fold " \
2511 "some branches") \ 2507 "some branches") \
2512 \ 2508 \
2513 develop(intx, FastAllocateSizeLimit, 128*K, \ 2509 develop(intx, FastAllocateSizeLimit, 128*K, \

mercurial