This commit is contained in:
David Holmes 2014-05-12 20:25:53 -04:00
commit 7ddc1c7f4e
638 changed files with 11715 additions and 3435 deletions

View file

@ -3777,10 +3777,6 @@ class CommandLineFlags {
NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)), \
"Address to allocate shared memory region for class data") \
\
diagnostic(bool, EnableInvokeDynamic, true, \
"support JSR 292 (method handles, invokedynamic, " \
"anonymous classes") \
\
diagnostic(bool, PrintMethodHandleStubs, false, \
"Print generated stub code for method handles") \
\