-
Bug
-
Resolution: Unresolved
-
P4
-
25
I discovered this while working on JDK-8351409.
The clipping range method in the MinMaxVector JMH benchmark has an overflow issue when calculating `highestInt` and `highestLong`. If they overflow, the range parameter won't work as expected and therefore the branch taken/not-taken expectations won't be matched. When this happens, the results of the benchmark cannot be trusted.
The clipping range method in the MinMaxVector JMH benchmark has an overflow issue when calculating `highestInt` and `highestLong`. If they overflow, the range parameter won't work as expected and therefore the branch taken/not-taken expectations won't be matched. When this happens, the results of the benchmark cannot be trusted.
- caused by
-
JDK-8307513 C2: intrinsify Math.max(long,long) and Math.min(long,long)
-
- Resolved
-