comparison src/share/vm/opto/c2_globals.hpp @ 420:a1980da045cc

6462850: generate biased locking code in C2 ideal graph Summary: Inline biased locking code in C2 ideal graph during macro nodes expansion Reviewed-by: never
author kvn
date Fri, 07 Nov 2008 09:29:38 -0800
parents 72c5366e5d86
children de78b80cedec
comparison
equal deleted inserted replaced
419:0bf25c4807f9 420:a1980da045cc
386 "Print out when allocations are eliminated") \ 386 "Print out when allocations are eliminated") \
387 \ 387 \
388 product(intx, EliminateAllocationArraySizeLimit, 64, \ 388 product(intx, EliminateAllocationArraySizeLimit, 64, \
389 "Array size (number of elements) limit for scalar replacement") \ 389 "Array size (number of elements) limit for scalar replacement") \
390 \ 390 \
391 product(bool, UseOptoBiasInlining, true, \
392 "Generate biased locking code in C2 ideal graph") \
393 \
391 product(intx, ValueSearchLimit, 1000, \ 394 product(intx, ValueSearchLimit, 1000, \
392 "Recursion limit in PhaseMacroExpand::value_from_mem_phi") \ 395 "Recursion limit in PhaseMacroExpand::value_from_mem_phi") \
393 \ 396 \
394 product(intx, MaxLabelRootDepth, 1100, \ 397 product(intx, MaxLabelRootDepth, 1100, \
395 "Maximum times call Label_Root to prevent stack overflow") \ 398 "Maximum times call Label_Root to prevent stack overflow") \