RFR: 8354558: -XX:AOTMode=record crashes with boot loader package-info class [v2]
Calvin Cheung
ccheung at openjdk.org
Fri Apr 18 19:26:41 UTC 2025
On Fri, 18 Apr 2025 03:55:46 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> When a package is loaded from `-Xbootclasspath/a:`, its `package-info` class is loaded by a special loader of the type `jdk/internal/loader/ClassLoaders$BootClassLoader`. The AOT cache doesn't handle such loaders, so we should just drop such classes from the cache.
>
> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>
> @calvinccheung comments
Marked as reviewed by ccheung (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/24710#pullrequestreview-2779276040
More information about the hotspot-dev
mailing list