RFR: 8352003: Support --add-opens with -XX:+AOTClassLinking
Calvin Cheung
ccheung at openjdk.org
Thu Apr 17 23:02:49 UTC 2025
On Thu, 17 Apr 2025 21:21:22 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> Do we have a test case where `--add-opens` is used both at dump time and run time? That will verify that `--add-opens` at dump time is correctly processed.
>
Yes, the new test `AddopensOption.java` uses the `--add-opens` both at dump time and run time.
I have done some minor cleanup on the test, please review the new version.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24695#issuecomment-2814171015
More information about the hotspot-runtime-dev
mailing list