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

Christian Hagedorn chagedorn at openjdk.java.net
Mon Mar 29 08:07:26 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

This pull request has now been integrated.

Changeset: aefc1560
Author:    Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/aefc1560
Stats:     6 lines in 5 files changed: 1 ins; 0 del; 5 mod

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

Reviewed-by: kvn, jiefu

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

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


More information about the hotspot-compiler-dev mailing list