RFR: 8234894: [TESTBUG] TestEliminateLocksOffCrash fails for client VMs due to Unrecognized VM option EliminateLocks
christoph.goettschkes at microdoc.com
christoph.goettschkes at microdoc.com
Wed Nov 27 09:57:27 UTC 2019
Hi,
please review the following small changeset which fixes the test
test/hotspot/jtreg/compiler/escapeAnalysis/TestEliminateLocksOffCrash.java
for client VMs.
I added the requirement "vm.compiler2.enabled & !vm.graal.enabled", since
the original bug is for C2 only. Also, the flag EliminateLocks is only
defined in c2_globals.hpp, and neither for C1, nor for JVMCI.
Bug: https://bugs.openjdk.java.net/browse/JDK-8234894
Webrev: https://cr.openjdk.java.net/~cgo/8234894/webrev.00
Bug which introduced the issue:
https://bugs.openjdk.java.net/browse/JDK-8227384
Thanks,
Christoph
More information about the hotspot-compiler-dev
mailing list