8032566: Crash in JIT when running Scala compiler (and compiling Scala std lib)

Switch off EliminateAutoBox flag by default in jdk8 release.

Reviewed-by: iveresov
This commit is contained in:
Vladimir Kozlov 2014-01-27 10:20:51 -08:00
parent d7b76028a4
commit a354960abb

View File

@ -452,7 +452,7 @@
notproduct(bool, PrintEliminateLocks, false, \
"Print out when locks are eliminated") \
\
product(bool, EliminateAutoBox, true, \
product(bool, EliminateAutoBox, false, \
"Control optimizations for autobox elimination") \
\
diagnostic(bool, UseImplicitStableValues, true, \