There are a lot of Hotspot tests which have
@requires vm.gc.X & !vm.graal.enabled
Currently Graal does not support Z, Epsilon, Shenandoah GCs. Tests which use such GC are excluded from running with Graal.
But when Graal start supporting these GCs we should enable testing with them.
@requires vm.gc.X & !vm.graal.enabled
Currently Graal does not support Z, Epsilon, Shenandoah GCs. Tests which use such GC are excluded from running with Graal.
But when Graal start supporting these GCs we should enable testing with them.
- relates to
-
JDK-8249000 vm.gc.X should take selected JIT into account
- Resolved