what's John doing?

John Rose John.Rose at Sun.COM
Thu Jul 31 12:28:24 PDT 2008


Last Saturday around midnight the first method handle invocation went  
through.  It was a virtual call, equivalent to:
   Object x = "foo";
   foo.toString();

See MethodHandleBytecodeTest.testToString in the push I just did:
   http://hg.openjdk.java.net/mlvm/mlvm/hotspot/

Next up, adapter method handles.

-- John



More information about the mlvm-dev mailing list