Reported by Martin Doerr:
gc/shenandoah/TestRetainObjects.java#no-tlab
gc/shenandoah/TestSieveObjects.java#no-tlab
We got some timeouts. These tests seem to be too slow on some machines.
Comments
Fixed this in PR here: https://github.com/kdnilsen/jdk/pull/2/files
05-06-2023
These are timing out because of an intensive assertion on the allocation path, exacerbated by `-XX:-UseTLAB`.