RFR: 8309974: some JVMCI tests fail when VM options include -XX:+EnableJVMCI
Doug Simon
dnsimon at openjdk.org
Thu Jun 15 15:56:06 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.
Thanks for the review David.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14476#issuecomment-1593329414
More information about the hotspot-dev
mailing list