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 _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
