Copying over from JDK-8297612 since this seems to be a new issue; the one appearing from 2024-07 is with G1, while the other is with Serial GC.
Paraphrased comment from [~kbarrett]:
Original failures from jdk17 (fro JDK-8297612) are with SerialGC, and not reproducible without that. Recent failures from jdk24 (here) are without a GC option, so using G1. Also, some of the likely culprits for the original issue have been improved, such as the eatMemory thing for triggering GCs has been supplanted. So looks like we may have different issues here.
(Note that all failing tests here use -Xcomp -XX:UseAVX=3)
Paraphrased comment from [~kbarrett]:
Original failures from jdk17 (fro JDK-8297612) are with SerialGC, and not reproducible without that. Recent failures from jdk24 (here) are without a GC option, so using G1. Also, some of the likely culprits for the original issue have been improved, such as the eatMemory thing for triggering GCs has been supplanted. So looks like we may have different issues here.
(Note that all failing tests here use -Xcomp -XX:UseAVX=3)
- links to
-
Commit(master) openjdk/jdk/d6f8b465
-
Review(master) openjdk/jdk/21538