-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 9
-
Component/s: hotspot
-
b127
Those tests which use
@requires vm.gc == null | vm.gc == "G1"
should be updated to
@requires vm.gc.G1
It will allow to skip the tests on platforms where a collector is not supported.
@requires vm.gc == null | vm.gc == "G1"
should be updated to
@requires vm.gc.G1
It will allow to skip the tests on platforms where a collector is not supported.
- duplicates
-
JDK-8159151 G1 tests should not be executed with -minimal VM
-
- Closed
-