RFR: 8259928: compiler/{aot,jvmci} tests fail with -Xint

Aleksey Shipilev shade at openjdk.java.net
Tue Jan 19 09:47:04 UTC 2021


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)

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

Commit messages:
 - Merge branch 'master' into JDK-8259928-aot-jvmci-Xint
 - 8259928: compiler/{aot,jvmci} tests fail with -Xint

Changes: https://git.openjdk.java.net/jdk/pull/2132/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2132&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8259928
  Stats: 16 lines in 1 file changed: 12 ins; 2 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2132.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2132/head:pull/2132

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


More information about the hotspot-compiler-dev mailing list