This commit is contained in:
Tom Rodriguez 2010-07-16 08:29:42 -07:00
commit 734af9cd47
25 changed files with 340 additions and 46 deletions

View file

@ -3517,6 +3517,9 @@ class CommandLineFlags {
experimental(bool, EnableInvokeDynamic, false, \
"recognize the invokedynamic instruction") \
\
experimental(bool, AllowTransitionalJSR292, true, \
"recognize pre-PFD formats of invokedynamic") \
\
develop(bool, TraceInvokeDynamic, false, \
"trace internal invoke dynamic operations") \
\