提交 24f894db 编写于 作者: V vlivanov

8035828: Turn on @Stable support in VM

Reviewed-by: jrose, twisti
上级 93b4b14b
...@@ -458,7 +458,7 @@ ...@@ -458,7 +458,7 @@
product(bool, EliminateAutoBox, false, \ product(bool, EliminateAutoBox, false, \
"Control optimizations for autobox elimination") \ "Control optimizations for autobox elimination") \
\ \
experimental(bool, UseImplicitStableValues, false, \ diagnostic(bool, UseImplicitStableValues, true, \
"Mark well-known stable fields as such (e.g. String.value)") \ "Mark well-known stable fields as such (e.g. String.value)") \
\ \
product(intx, AutoBoxCacheMax, 128, \ product(intx, AutoBoxCacheMax, 128, \
......
...@@ -3798,8 +3798,8 @@ class CommandLineFlags { ...@@ -3798,8 +3798,8 @@ class CommandLineFlags {
experimental(bool, TrustFinalNonStaticFields, false, \ experimental(bool, TrustFinalNonStaticFields, false, \
"trust final non-static declarations for constant folding") \ "trust final non-static declarations for constant folding") \
\ \
experimental(bool, FoldStableValues, false, \ diagnostic(bool, FoldStableValues, true, \
"Private flag to control optimizations for stable variables") \ "Optimize loads from stable fields (marked w/ @Stable)") \
\ \
develop(bool, TraceInvokeDynamic, false, \ develop(bool, TraceInvokeDynamic, false, \
"trace internal invoke dynamic operations") \ "trace internal invoke dynamic operations") \
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册