RFR: 8264179: [TESTBUG] Some compiler tests fail when running without C2
Christian Hagedorn
chagedorn at openjdk.java.net
Thu Mar 25 15:42:34 UTC 2021
This fixes some compiler tests that fail when run without C2 due to C2-specific VM options by either adding `-XX:+IgnoreUnrecognizedVMOptions` or `@requires vm.compiler2.enabled` to let them pass without C2.
Thanks,
Christian
-------------
Commit messages:
- 8264179: [TESTBUG] Some compiler tests fail when running without C2
Changes: https://git.openjdk.java.net/jdk/pull/3197/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3197&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8264179
Stats: 6 lines in 5 files changed: 1 ins; 0 del; 5 mod
Patch: https://git.openjdk.java.net/jdk/pull/3197.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3197/head:pull/3197
PR: https://git.openjdk.java.net/jdk/pull/3197
More information about the hotspot-compiler-dev
mailing list