RFR: 8199471: Enable generation of callSiteForms at link time

Claes Redestad claes.redestad at oracle.com
Wed Mar 14 16:10:05 UTC 2018



On 2018-03-14 16:55, mandy chung wrote:
>
>
> On 3/14/18 7:09 AM, Claes Redestad wrote:
>>
>> http://cr.openjdk.java.net/~redestad/8199471/open.01/
>>
>
> This looks fine.

Thanks!

>   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);

Will do!

/Claes


More information about the core-libs-dev mailing list