-
Bug
-
Resolution: Fixed
-
P2
-
9
-
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
-