mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
8035828: Turn on @Stable support in VM
Reviewed-by: jrose, twisti
This commit is contained in:
parent
132fd335eb
commit
3ba019c8b2
11 changed files with 5688 additions and 3 deletions
|
@ -3799,8 +3799,8 @@ class CommandLineFlags {
|
|||
experimental(bool, TrustFinalNonStaticFields, false, \
|
||||
"trust final non-static declarations for constant folding") \
|
||||
\
|
||||
experimental(bool, FoldStableValues, false, \
|
||||
"Private flag to control optimizations for stable variables") \
|
||||
diagnostic(bool, FoldStableValues, true, \
|
||||
"Optimize loads from stable fields (marked w/ @Stable)") \
|
||||
\
|
||||
develop(bool, TraceInvokeDynamic, false, \
|
||||
"trace internal invoke dynamic operations") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue