Changeset: 69e95b44af73
Author:twisti
Date: 2010-01-08 11:14 +0100
URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/69e95b44af73
meth.walker.fixes-6914206: Review changes and pushed to hotspot-comp.
! meth.walker.fixes-6914206.patch
! series
__
I built a JVM as described on the Wiki[1] and running this example:
class Foo {
public static void main (String[] args) throws Throwable {
java.dyn.InvokeDynamic.bar();
}
}
with java -Xint -XX:+EnableMethodHandles -XX:+EnableInvokeDynamic Foo
prints:
Exception in thread "main" ja