mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-09 07:35:49 +00:00
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:
parent
d7b76028a4
commit
a354960abb
@ -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, \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user