On Wed, 22 May 2024 22:38:16 GMT, Oussama Louati <[email protected]> wrote:
>> test/jdk/java/lang/invoke/CallStaticInitOrder.java line 54:
>>
>>> 52:
>>> 53: static int Init1Tick;
>>> 54: public static class Init1 {
>>
>> Is there a reason to change all the classes and methods to public?
>
> the test throws a java.lang.IllegalAccessError
Changed to original access modifier
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18841#discussion_r1624137975
