Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045249 | 8u25 | Yumin Qi | P4 | Resolved | Fixed | b01 |
JDK-8037151 | 8u20 | Yumin Qi | P4 | Closed | Fixed | b06 |
JDK-8055116 | 8-repo-arm64 | Dean Long | P4 | Resolved | Fixed | |
JDK-8053250 | emb-8u26 | Yumin Qi | P4 | Resolved | Fixed | b17 |
It is not precise when do bit shifting with signed int (jint). In AltHashing, conversion between jint and 'unsigned int' could cause loss of precision. The solution is using juint for operation and before return cast result to jint.
- backported by
-
JDK-8045249 AltHashing used jint for imprecise bit shifting
-
- Resolved
-
-
JDK-8053250 AltHashing used jint for imprecise bit shifting
-
- Resolved
-
-
JDK-8055116 AltHashing used jint for imprecise bit shifting
-
- Resolved
-
-
JDK-8037151 AltHashing used jint for imprecise bit shifting
-
- Closed
-