RFR: 8307818: Convert Indify tool to Classfile API [v9]

Oussama Louati duke at openjdk.org
Fri May 24 18:00:50 UTC 2024


On Wed, 22 May 2024 22:37:35 GMT, Oussama Louati <duke at openjdk.org> wrote:

>> test/jdk/java/lang/invoke/CallSiteTest.java line 96:
>> 
>>> 94:     }
>>> 95: 
>>> 96:     public static class MyCCS extends ConstantCallSite {
>> 
>> Any reason for this change?
>
> Otherwise, it throws an java.lang.IllegalAccessError:
> 
>> Caused by: java.lang.IllegalAccessError: failed to access class test.java.lang.invoke.CallSiteTest$MyCCS from class test.java.lang.invoke.CallSiteTest (test.java.lang.invoke.CallSiteTest$MyCCS is in unnamed module of loader 'app'; test.java.lang.invoke.CallSiteTest is in unnamed module of loader indify.Indify$Loader @234ba0f8)

removed

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18841#discussion_r1613824020


More information about the core-libs-dev mailing list