-
Bug
-
Resolution: Fixed
-
P4
-
21.0.8-oracle, 24.0.2, 25
-
b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8352984 | 24.0.2 | Martin Doerr | P4 | Resolved | Fixed | master |
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.
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.
- backported by
-
JDK-8352984 TestVectorZeroCount: counter not reset between iterations
-
- Resolved
-
- relates to
-
JDK-8349637 Integer.numberOfLeadingZeros outputs incorrectly in certain cases
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk24u/4ed3f6e9
-
Commit(master) openjdk/jdk/1c0fa0af
-
Review(master) openjdk/jdk24u/153
-
Review(master) openjdk/jdk/24134
(1 links to)