RFR: 8286669: Replace MethodHandle specialization with ASM in mainline [v3]

Jorn Vernee jvernee at openjdk.java.net
Mon May 16 17:40:42 UTC 2022


On Thu, 12 May 2022 18:15:54 GMT, liach <duke at openjdk.java.net> wrote:

>> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   BootstrapMethodError -> ExceptionInInitializerError
>
> test/micro/org/openjdk/bench/java/lang/foreign/LinkUpcall.java line 61:
> 
>> 59:             BLANK = lookup().findStatic(LinkUpcall.class, "blank", MethodType.methodType(void.class));
>> 60:         } catch (ReflectiveOperationException e) {
>> 61:             throw new BootstrapMethodError(e);
> 
> You probably mean exception in initializer error.

Change it to ExceptionInInitializerError

-------------

PR: https://git.openjdk.java.net/jdk/pull/8685


More information about the core-libs-dev mailing list