Integrated: 8259928: compiler/jvmci tests fail with -Xint

Aleksey Shipilev shade at openjdk.java.net
Fri Jan 22 07:13:50 UTC 2021


On Mon, 18 Jan 2021 14:39:05 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> I was getting Zero VM close to run tier1, and before that I wanted to see that tier{1,2} pass with -Xint. Some test are failing due to timeouts, but compiler/jvmci tests cannot run with -Xint at all. (Zero avoids this by not having VM feature flags "jvmci").
> 
> If you run the VM with `-Xint` and JVMCI, this would happen:
> 
> $ build/linux-x86_64-server-fastdebug/images/jdk/bin/java -Xint -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
> OpenJDK 64-Bit Server VM warning: JVMCI Compiler disabled due to -Xint.
> 
> Additional testing:
>  - [x] `compiler/jvmci` with `TEST_VM_OPTS=-Xint` (now disabled)
>  - [x] `compiler/jvmci` with default options (still run and pass)

This pull request has now been integrated.

Changeset: a70acf2c
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/a70acf2c
Stats:     5 lines in 1 file changed: 5 ins; 0 del; 0 mod

8259928: compiler/jvmci tests fail with -Xint

Reviewed-by: kvn, iignatyev

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

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


More information about the hotspot-compiler-dev mailing list