提交 018cded2 编写于 作者: K kvn

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
上级 5a2d7be7
......@@ -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, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册