The requirement for the test was:
@requires !vm.gz.Z
But that means do not test when built with ZGC, which is not what the test really required. The test required "do not test with ZGC" due to an out of memory for Zgc.
@requires !vm.gz.Z
But that means do not test when built with ZGC, which is not what the test really required. The test required "do not test with ZGC" due to an out of memory for Zgc.