RFR: 8345838: Remove the appcds/javaldr/AnonVmClassesDuringDump.java test
Ioi Lam
iklam at openjdk.org
Sat Dec 14 00:16:34 UTC 2024
On Sat, 14 Dec 2024 00:00:16 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> Please review this simple change for removing a test.
>
> Testing:
>
> - [x] tier1
> - [x] all CDS tests on linux-x64
Marked as reviewed by iklam (Reviewer).
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.
-------------
PR Review: https://git.openjdk.org/jdk/pull/22747#pullrequestreview-2503412212
PR Comment: https://git.openjdk.org/jdk/pull/22747#issuecomment-2542576731
More information about the hotspot-dev
mailing list