We currently problem list all the SA tests when ZGC is being used. However, recently the CR they are problem listed under (JDK-8307393) was closed as WNF. Tests are not suppose to be problem listed under closed CRs. The proposed solution is to use the following in all the SA tests:
* @requires vm.gc != "Z"
* @requires vm.gc != "Z"
- relates to
-
JDK-8307393 The SA lacks support for Generational ZGC
-
- Closed
-
- links to
-
Review(master)
openjdk/jdk/29959