src/share/vm/opto/c2_globals.hpp

changeset 500
99269dbf4ba8
parent 452
ff5961f4c095
child 590
723be81c1212
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Thu Mar 13 16:31:32 2008 -0700
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Fri Mar 14 15:26:33 2008 -0700
     1.3 @@ -382,6 +382,12 @@
     1.4    product(bool, EliminateAllocations, true,                                 \
     1.5            "Use escape analysis to eliminate allocations")                   \
     1.6                                                                              \
     1.7 +  notproduct(bool, PrintEliminateAllocations, false,                        \
     1.8 +          "Print out when allocations are eliminated")                      \
     1.9 +                                                                            \
    1.10 +  product(intx, EliminateAllocationArraySizeLimit, 64,                      \
    1.11 +          "Array size (number of elements) limit for scalar replacement")   \
    1.12 +                                                                            \
    1.13    product(intx, MaxLabelRootDepth, 1100,                                    \
    1.14            "Maximum times call Label_Root to prevent stack overflow")        \
    1.15  

mercurial