Integrated: 8309974: some JVMCI tests fail when VM options include -XX:+EnableJVMCI
Doug Simon
dnsimon at openjdk.org
Thu Jun 15 15:56:07 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.
This pull request has now been integrated.
Changeset: 8b4af46b
Author: Doug Simon <dnsimon at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8b4af46be4447a7bc3b58f4054488e8bc50ee111
Stats: 4 lines in 3 files changed: 0 ins; 0 del; 4 mod
8309974: some JVMCI tests fail when VM options include -XX:+EnableJVMCI
Reviewed-by: dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/14476
More information about the hotspot-dev
mailing list