-
Bug
-
Resolution: Fixed
-
P4
-
11, 14
-
b17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245965 | 13.0.4 | Aleksey Shipilev | P4 | Resolved | Fixed | b03 |
JDK-8233282 | 11.0.7-oracle | Vaibhav Choudhary | P4 | Resolved | Fixed | b01 |
JDK-8233167 | 11.0.6-oracle | Vaibhav Choudhary | P4 | Resolved | Fixed | b03 |
JDK-8232374 | 11.0.6 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
Currently, trying to run tier1 with either +UseShenandoahGC or +UseZGC would fail, because compiler/aot would try to run and fail. These tests should be more resilient and skipped when unsupported GC is selected.
For example:
$ CONF=linux-x86_64-server-fastdebug make images test TEST=compiler/aot/ TEST_VM_OPTS="-XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC"
...
OpenJDK 64-Bit Server VM warning: Shenandoah does not support AOT at this moment, disabling UseAOT
Error occurred during initialization of VM
JVMCI Compiler does not support selected GC: shenandoah gc
Those tests already have:
* @requires vm.aot
...maybe we should either extend this with listing unsupported collectors, or disable vm.aot when specific GC is enabled.
For example:
$ CONF=linux-x86_64-server-fastdebug make images test TEST=compiler/aot/ TEST_VM_OPTS="-XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC"
...
OpenJDK 64-Bit Server VM warning: Shenandoah does not support AOT at this moment, disabling UseAOT
Error occurred during initialization of VM
JVMCI Compiler does not support selected GC: shenandoah gc
Those tests already have:
* @requires vm.aot
...maybe we should either extend this with listing unsupported collectors, or disable vm.aot when specific GC is enabled.
- backported by
-
JDK-8232374 [TESTBUG] compiler/{jvmci,aot} tests should not run with GCs that do not support JVMCI/AOT
-
- Resolved
-
-
JDK-8233167 [TESTBUG] compiler/{jvmci,aot} tests should not run with GCs that do not support JVMCI/AOT
-
- Resolved
-
-
JDK-8233282 [TESTBUG] compiler/{jvmci,aot} tests should not run with GCs that do not support JVMCI/AOT
-
- Resolved
-
-
JDK-8245965 [TESTBUG] compiler/{jvmci,aot} tests should not run with GCs that do not support JVMCI/AOT
-
- Resolved
-
- relates to
-
JDK-8257020 [JVMCI] enable a JVMCICompiler to specify which GCs it supports
-
- Resolved
-