RFR: 8309974: some JVMCI tests fail when VM options include -XX:+EnableJVMCI

Daniel D. Daugherty dcubed at openjdk.org
Thu Jun 15 15:51:57 UTC 2023


On Wed, 14 Jun 2023 20:04:41 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> This PR fixes a few JVMCI tests to run the `ClassFileInstaller` step with `@run main/othervm` instead of `@run driver` so that it inherits extra VM options passed to jtreg. This is required for these tests as they use JVMCI and module exports are needed when running `ClassFileInstaller` on the test class itself.
> 
> Thanks to @jonathan-gibbons for providing this solution.

If a bug has been filed for this JTREG issue that @jonathan-gibbons is investigating,
then please make sure that the bug for this PR is linked to it.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/14476#issuecomment-1593324748


More information about the hotspot-dev mailing list