RFR: 8199471: Enable generation of callSiteForms at link time

mandy chung mandy.chung at oracle.com
Wed Mar 14 15:55:41 UTC 2018



On 3/14/18 7:09 AM, Claes Redestad wrote:
>
> http://cr.openjdk.java.net/~redestad/8199471/open.01/
>

This looks fine.  The following comment needs update before you push.

src/java.base/share/classes/jdk/internal/misc/JavaLangInvokeAccess.java

  101      * Returns a {@code byte[]} representation of a class implementing
  102      * the invoker forms for the set of supplied {@code methodTypes}.
  103      */
  104     byte[] generateInvokersHolderClassBytes(String className,
  105             MethodType[] invokerMethodTypes,
  106             MethodType[] callSiteFormsMethodTypes);


Mandy




More information about the core-libs-dev mailing list