RFR: 8259928: compiler/{aot,jvmci} tests fail with -Xint
Vladimir Kozlov
kvn at openjdk.java.net
Tue Jan 19 19:15:42 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/{aot,jvmci} tests cannot run with -Xint at all. (Zero avoids this by not having VM feature flags "aot" and "jvmci").
>
> Additional testing:
> - [x] `compiler/aot`, `compiler/jvmci` with `TEST_VM_OPTS=-Xint` (now disabled)
> - [x] `compiler/aot`, `compiler/jvmci` with default options (still run and pass)
I would like to hear @iignatev opinion on this. `vm.aot` and `vm.jvmci` are checks for presence of JVMCI and AOT in JDK build. And you added VM flag check.
In general I am fine with it because it avoids updating a lot of tests.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2132
More information about the hotspot-compiler-dev
mailing list