mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
6912065: final fields in objects need to support inlining optimizations for JSR 292
Reviewed-by: twisti, kvn
This commit is contained in:
parent
815db4fcba
commit
8214fc3a3b
2 changed files with 16 additions and 1 deletions
|
@ -3370,6 +3370,9 @@ class CommandLineFlags {
|
|||
diagnostic(bool, OptimizeMethodHandles, true, \
|
||||
"when constructing method handles, try to improve them") \
|
||||
\
|
||||
experimental(bool, TrustFinalNonStaticFields, false, \
|
||||
"trust final non-static declarations for constant folding") \
|
||||
\
|
||||
experimental(bool, EnableInvokeDynamic, false, \
|
||||
"recognize the invokedynamic instruction") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue