More performance explorations

John Rose john.r.rose at oracle.com
Wed Jun 1 18:26:02 PDT 2011


On Jun 1, 2011, at 6:11 PM, John Rose wrote:

> I'll spin a meth.jar that includes (a) recent fixes and (b) deprecated methods.  (Actually, two meth.jar's.)

http://cr.openjdk.java.net/~jrose/pres/indy-javadoc-mlvm/meth.jar
http://cr.openjdk.java.net/~jrose/pres/indy-javadoc-mlvm/meth-with-deprecated-methods.jar

The latter contains deprecated definitions for MH.invokeGeneric, MHs.genericInvoker, MHs.convertArguments, MHs.asInstance, and the various MHs.*wrapperInstance* accessors.

To use MH.invokeGeneric, you must also run the JVM with:
  -XX:+UnlockExperimentalVMOptions -XX:+AllowInvokeGeneric

For a report of recent API changes, see:
  http://cr.openjdk.java.net/~jrose/pres/indy-javadoc-mlvm-old/2011-0527-after-b144

-- John


More information about the mlvm-dev mailing list