comparison src/share/vm/runtime/globals.hpp @ 1351:9bb91718aaf2

Merge
author kvn
date Fri, 02 Apr 2010 15:55:04 -0700
parents 4a9cc99938e3 fdd57634910e
children 6476042f815c
comparison
equal deleted inserted replaced
1332:4b60f23c4223 1351: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, \