JDK 21 | JDK 24 | JDK 25 |
---|---|---|
21.0.8Fixed | 24.0.2Fixed | 25 b16Fixed |
Relates :
|
The test uses counters with this initialization: private static int intCounter = Integer.MIN_VALUE; private static int longIterations = 100_000_000; It uses 2 iterations, but misses a counter reset between them. Timeouts were observed on PPC64.
|