RFR: 8352003: Support --add-opens with -XX:+AOTClassLinking [v7]
Alan Bateman
alanb at openjdk.org
Fri Apr 25 06:09:05 UTC 2025
On Fri, 25 Apr 2025 04:23:12 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
>> This RFE allows --add-opens to be specified for AOT cache creation. AOT cache can be used during production run with --add-opens option as long as the same set of options is used during assembly phase.
>>
>> Passed tiers 1 - 4 testing.
>
> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
>
> remove call to addExtraExportsAndOpens() in ModuleBootstrap.java
Marked as reviewed by alanb (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/24695#pullrequestreview-2793081603
More information about the core-libs-dev
mailing list