comparison src/share/vm/opto/c2_globals.hpp @ 155:723be81c1212

6701887: JDK7 server VM in endless loop in Node::dominates Summary: The method Node::dominates loops in the dead code which does not have a Region node. Reviewed-by: jrose, never
author kvn
date Thu, 15 May 2008 22:43:11 -0700
parents 99269dbf4ba8
children d1605aabd0a1 524eca34ea76
comparison
equal deleted inserted replaced
154:09c2ba680204 155:723be81c1212
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, MaxLabelRootDepth, 1100, \ 391 product(intx, MaxLabelRootDepth, 1100, \
392 "Maximum times call Label_Root to prevent stack overflow") \ 392 "Maximum times call Label_Root to prevent stack overflow") \
393 \
394 diagnostic(intx, DominatorSearchLimit, 1000, \
395 "Iterations limit in Node::dominates") \
393 396
394 C2_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_NOTPRODUCT_FLAG) 397 C2_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_NOTPRODUCT_FLAG)