RFR: 8345838: Remove the appcds/javaldr/AnonVmClassesDuringDump.java test
Calvin Cheung
ccheung at openjdk.org
Mon Dec 16 16:57:50 UTC 2024
On Sat, 14 Dec 2024 00:13:49 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Please review this simple change for removing a test.
>>
>> Testing:
>>
>> - [x] tier1
>> - [x] all CDS tests on linux-x64
>
> Looks good.
>
> This test was written before CDS had support for archived Lambda classes so it tried to assert that there are no Lambda classes in the CDS archive. Now we are storing Lambda classes in the archive, but there is a bug in the test so it couldn't find them (so the test is reporting "passed"). Since this test serves no purpose now, we should remove it.
Thanks @iklam, @dholmes-ora for the review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22747#issuecomment-2546148026
More information about the hotspot-dev
mailing list