src/share/vm/opto/c2_globals.hpp

changeset 688
b0fe4deeb9fb
parent 680
4a4c365f777d
child 692
40b69ca33f4b
equal deleted inserted replaced
687:be7facf71163 688:b0fe4deeb9fb
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(intx, ValueSearchLimit, 1000, \
392 "Recursion limit in PhaseMacroExpand::value_from_mem_phi") \
393 \
391 product(intx, MaxLabelRootDepth, 1100, \ 394 product(intx, MaxLabelRootDepth, 1100, \
392 "Maximum times call Label_Root to prevent stack overflow") \ 395 "Maximum times call Label_Root to prevent stack overflow") \
393 \ 396 \
394 diagnostic(intx, DominatorSearchLimit, 1000, \ 397 diagnostic(intx, DominatorSearchLimit, 1000, \
395 "Iterations limit in Node::dominates") \ 398 "Iterations limit in Node::dominates") \

mercurial