As of https://bugs.openjdk.java.net/browse/CODETOOLS-7901583 is resolved it's possible now to new properties for @requires expressions.
To be able to skip execution tests for G1 on platforms where G1 is not supported vm.isG1Supporeted property should be introduced.
Then the tests for g1 should be modified to use this property in the @requires expression.
To be able to skip execution tests for G1 on platforms where G1 is not supported vm.isG1Supporeted property should be introduced.
Then the tests for g1 should be modified to use this property in the @requires expression.
- blocks
-
JDK-8159151 G1 tests should not be executed with -minimal VM
- Closed
- is blocked by
-
JDK-8154096 Extend WhiteBox API with methods which retrieve from VM information about available GC
- Resolved