diff src/share/vm/opto/c2_globals.hpp @ 17511:2185d483f5f8

8032566: Crash in JIT when running Scala compiler (and compiling Scala std lib) Summary: Switch off EliminateAutoBox flag by default in jdk8 release. Reviewed-by: iveresov
author kvn
date Mon, 27 Jan 2014 10:20:51 -0800
parents 9949533a8623
children 89152779163c 51e1bb81df86 f040cf9fc9c0
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Thu Jan 23 13:53:23 2014 -0800
+++ b/src/share/vm/opto/c2_globals.hpp	Mon Jan 27 10:20:51 2014 -0800
@@ -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,                        \