6912065: final fields in objects need to support inlining optimizations for JSR 292

Reviewed-by: twisti, kvn
This commit is contained in:
John R Rose 2010-01-13 23:05:52 -08:00
parent 815db4fcba
commit 8214fc3a3b
2 changed files with 16 additions and 1 deletions

View file

@ -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") \
\