1 6655646: dynamic languages need dynamically linked call sites
2 Summary: invokedynamic instruction (JSR 292 RI)
4 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6655646
7 - enabled via -XX:+EnableInvokeDynamic
11 If you get an error like this:
12 Exception in thread "main" java.lang.VerifyError: (class: Foo, method: ...) Illegal instruction found at offset 39
13 then you need a JDK with a patch to the old verifier plugin, see ../jdk/indy.verify.patch
14 As a workaround, use this JVM flag to turn off the (unpatched) verifier:
16 or else put your classes on the BCP: -Xbootclasspath/a:my/classes:my.jar