RFR: Some AOTCodeCache cleanup after merge from mainline [v2]
Ioi Lam
iklam at openjdk.org
Wed May 14 21:09:05 UTC 2025
On Wed, 14 May 2025 20:36:02 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:
> > I think you can push current changes since it was the only failure I got. And we saw failures on Windows before.
>
> I think this bug may already be present in premain. And it points out we should also add test for using AOTCache with different combinations of ArchiveRelocationMode if it is not already there. @iklam do you know if we have such tests in mainline or premain?
We have these tests, but they are disabled by test/hotspot/jtreg/ProblemList.txt because of [JDK-8340474](https://bugs.openjdk.org/browse/JDK-8340474)
runtime/cds/appcds/ArchiveRelocationTest.java 8340474 generic-all
runtime/cds/appcds/dynamicArchive/DynamicArchiveRelocationTest.java 8340474 generic-all
-------------
PR Comment: https://git.openjdk.org/leyden/pull/66#issuecomment-2881579252
More information about the leyden-dev
mailing list