RFR: 8264179: [TESTBUG] Some compiler tests fail when running without C2

Vladimir Kozlov kvn at openjdk.java.net
Thu Mar 25 17:41: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

Good.

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

Marked as reviewed by kvn (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/3197


More information about the hotspot-compiler-dev mailing list