--- a/hotspot/src/share/vm/opto/c2_globals.hpp Thu Mar 13 16:31:32 2008 -0700
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp Fri Mar 14 15:26:33 2008 -0700
@@ -382,6 +382,12 @@
product(bool, EliminateAllocations, true, \
"Use escape analysis to eliminate allocations") \
\
+ notproduct(bool, PrintEliminateAllocations, false, \
+ "Print out when allocations are eliminated") \
+ \
+ product(intx, EliminateAllocationArraySizeLimit, 64, \
+ "Array size (number of elements) limit for scalar replacement") \
+ \
product(intx, MaxLabelRootDepth, 1100, \
"Maximum times call Label_Root to prevent stack overflow") \