On Thu, 12 May 2022 18:15:54 GMT, liach <d...@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

Reply via email to