hotspot/src/share/vm/opto/c2_globals.hpp
changeset 238 803c80713999
parent 190 e9a0a9dcd4f6
child 581 02338c8a1bcf
--- 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")        \