-
Bug
-
Resolution: Fixed
-
P4
-
10, 11
-
b07
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8277109 | 11.0.14 | Aleksey Shipilev | P4 | Resolved | Fixed | b03 |
Currently vmTestbase/gc/g1/ tests are executed with all GC during as a part of promotion testing. It is needed add corresponding tags @requires to the tests to prevent such failures and/or remove vmTestbase/gc/g1 tests when non-g1 gc are tested.
Also, the tests should not be run if class unloading is not enabled, so there is a need for:
@requires vm.opt.ClassUnloading != false
@requires vm.opt.ClassUnloadingWithConcurrentMark != false
Also, the tests should not be run if class unloading is not enabled, so there is a need for:
@requires vm.opt.ClassUnloading != false
@requires vm.opt.ClassUnloadingWithConcurrentMark != false
- backported by
-
JDK-8277109 Add @requires to vmTestbase/gc/g1 tests
-
- Resolved
-
- relates to
-
JDK-8180933 TestG1HeapRegionSize failed with java.lang.RuntimeException: Wrong value for G1HeapRegionSize. Expected 1048576 but got 0
-
- Closed
-