RFR: 8264179: [TESTBUG] Some compiler tests fail when running without C2
Jie Fu
jiefu at openjdk.java.net
Thu Mar 25 23:34:25 UTC 2021
On Thu, 25 Mar 2021 15:36:31 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
> 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
Thanks for fixing it.
-------------
Marked as reviewed by jiefu (Committer).
PR: https://git.openjdk.java.net/jdk/pull/3197
More information about the hotspot-compiler-dev
mailing list