On Wed, 16 Apr 2025 18:21:41 GMT, Calvin Cheung <cche...@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 <cche...@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 <al...@openjdk.org> Reviewed-by: iklam, alanb, matsaave ------------- PR: https://git.openjdk.org/jdk/pull/24695