Integrated: 8352003: Support --add-opens with -XX:+AOTClassLinking
Calvin Cheung
ccheung at openjdk.org
Fri Apr 25 16:15:03 UTC 2025
On Wed, 16 Apr 2025 18:21:41 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.
This pull request has now been integrated.
Changeset: 597bcc69
Author: Calvin Cheung <ccheung at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/597bcc695347544b9feffc5280741b1e9e1715f7
Stats: 294 lines in 9 files changed: 204 ins; 44 del; 46 mod
8352003: Support --add-opens with -XX:+AOTClassLinking
Co-authored-by: Alan Bateman <alanb at openjdk.org>
Reviewed-by: iklam, alanb, matsaave
-------------
PR: https://git.openjdk.org/jdk/pull/24695
More information about the hotspot-runtime-dev
mailing list