changeset 5806: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 7e412f95e310
children 32f017489ba5
files src/share/vm/opto/c2_globals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,                        \