On Thu, 17 Apr 2025 21:21:22 GMT, Ioi Lam <ik...@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