diff src/share/vm/opto/c2_globals.hpp @ 17524:89152779163c

Merge with jdk8-b132
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 11:59:32 +0200
parents 4ca6dc0799b6 2185d483f5f8
children 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Wed Oct 15 15:35:33 2014 +0200
+++ b/src/share/vm/opto/c2_globals.hpp	Wed Oct 15 11:59:32 2014 +0200
@@ -445,7 +445,7 @@
   notproduct(bool, PrintEliminateLocks, false,                              \
           "Print out when locks are eliminated")                            \
                                                                             \
-  product(bool, EliminateAutoBox, true,                                     \
+  product(bool, EliminateAutoBox, false,                                    \
           "Control optimizations for autobox elimination")                  \
                                                                             \
   experimental(bool, UseImplicitStableValues, false,                        \