[9] RFR(L) 8013267 : move MemberNameTable from native code to Java heap, use to intern MemberNames

John Rose john.r.rose at oracle.com
Tue Oct 21 00:59:20 UTC 2014


On Oct 20, 2014, at 4:20 PM, Christian Thalinger <christian.thalinger at oracle.com> wrote:

> You have to add some magic token machinery to make it usable from java.lang.invoke.MemberName (John knows more about this).

I suggest you extend System.setJavaLangAccess, either directly, or by making it a little brother.

You might also consider doing some sort of ad hoc bridge with jli.MethodHandle or jlr.Method, but it could propel you into bootstrapping hell.

— John


More information about the hotspot-runtime-dev mailing list