src/share/vm/opto/c2_globals.hpp

changeset 6506
f040cf9fc9c0
parent 6497
2da20f966936
parent 6293
2185d483f5f8
child 6507
752ba2e5f6d0
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Thu Jan 30 14:30:01 2014 +0100
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Wed Feb 19 20:12:43 2014 -0800
     1.3 @@ -452,7 +452,7 @@
     1.4    notproduct(bool, PrintEliminateLocks, false,                              \
     1.5            "Print out when locks are eliminated")                            \
     1.6                                                                              \
     1.7 -  product(bool, EliminateAutoBox, true,                                     \
     1.8 +  product(bool, EliminateAutoBox, false,                                    \
     1.9            "Control optimizations for autobox elimination")                  \
    1.10                                                                              \
    1.11    experimental(bool, UseImplicitStableValues, false,                        \

mercurial