Integrated: 8369856: AOT map does not include unregistered classes

Ioi Lam iklam at openjdk.org
Fri Oct 17 00:41:23 UTC 2025


On Wed, 15 Oct 2025 16:56:37 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> Thanks to @ashu-mehra for providing the fix!
> 
> I also updated the test cases:
> 
> - Use a custom class loader to load unregistered classes
> - Check that all classes loaded from the AOT cache have an entry in the map file
> - Rename "CDS" to "AOT"

This pull request has now been integrated.

Changeset: bd731564
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/bd7315648f2bb18cba9cfbeca00e6132b8eb95ef
Stats:     814 lines in 5 files changed: 443 ins; 351 del; 20 mod

8369856: AOT map does not include unregistered classes

Co-authored-by: Ashutosh Mehra <asmehra at openjdk.org>
Reviewed-by: kvn, matsaave

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

PR: https://git.openjdk.org/jdk/pull/27828


More information about the hotspot-runtime-dev mailing list