[jdk19] RFR: 8290417: CDS cannot archive lamda proxy with useImplMethodHandle [v2]

Ioi Lam iklam at openjdk.org
Mon Jul 18 18:54:09 UTC 2022


On Mon, 18 Jul 2022 16:15:26 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fixed typo
>
> test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/DynamicLambdaWithUseImplMethodHandle.java line 41:
> 
>> 39: 
>> 40: import jdk.test.lib.cds.CDSOptions;
>> 41: import jdk.test.lib.cds.CDSTestUtils;
> 
> Extra import statements?

Fixed.

> test/hotspot/jtreg/runtime/cds/appcds/test-classes/pkg2/Child.jcod line 59:
> 
>> 57: //
>> 58: // Javac in JDK 17 generates a public method for accessing the protected method
>> 59: // in the base class. As a result, InnerClassLambdaMetafactory will no generate
> 
> typo no -> not?

Fixed.

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

PR: https://git.openjdk.org/jdk19/pull/146


More information about the core-libs-dev mailing list