RFR: 8351319: AOT cache support for custom class loaders broken since JDK-8348426 [v3]
Ioi Lam
iklam at openjdk.org
Tue Apr 8 06:38:33 UTC 2025
On Fri, 4 Apr 2025 22:04:32 GMT, John R Rose <jrose at openjdk.org> wrote:
> Good.
>
> I suppose there already tests for the other end of the process, where an unregistered class in the AOT cache is actually used. What are those tests?
It turns out that the existing tests only check for unregistered classes in the classical CDS archive. I added a test in BulkLoaderTest.java to check the AOT cache and found a bug. Fixed in [c02a611](https://github.com/openjdk/jdk/pull/23926/commits/c02a611ecca7da318865d3d98e4cae7fb1eb8410)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23926#issuecomment-2785377507
More information about the hotspot-dev
mailing list