RFR: 8350550: Preload classes from AOT cache during VM bootstrap [v6]

Ioi Lam iklam at openjdk.org
Wed Sep 10 18:30:58 UTC 2025


On Wed, 10 Sep 2025 14:19:33 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:

>> I've added comments why fixup_module_field_list is not needed when is_using_preloaded_classes is true?
>
> I was referring to `fixup_module_field_list`, but the comments are for `fixup_mirror_list`.

It's needed because of `-XX:+AOTClassLinking` in the dynamic archive. I will update this after removing `-XX:+AOTClassLinking` support for the dynamic archive in [JDK-8367366](https://bugs.openjdk.org/browse/JDK-8367366)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26375#discussion_r2337579397


More information about the core-libs-dev mailing list