This commit is contained in:
Igor Veresov 2010-01-20 12:54:25 -08:00
commit ae60c05fee
31 changed files with 1125 additions and 61 deletions

View file

@ -3460,6 +3460,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") \
\