comparison src/share/vm/opto/c2_globals.hpp @ 253:b0fe4deeb9fb

6726999: nsk/stress/jck12a/jck12a010 assert(n != null,"Bad immediate dominator info.") Summary: Escape Analysis fixes. Reviewed-by: never, rasbold
author kvn
date Mon, 28 Jul 2008 17:12:52 -0700
parents 4a4c365f777d
children 40b69ca33f4b
comparison
equal deleted inserted replaced
252:be7facf71163 253: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") \