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

Christian Hagedorn chagedorn at openjdk.java.net
Fri Mar 26 11:10:27 UTC 2021


On Thu, 25 Mar 2021 17:38:22 GMT, Vladimir Kozlov <kvn 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.

Thanks @vnkozlov and @DamonFool for your reviews!

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

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


More information about the hotspot-compiler-dev mailing list