-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8-pool
-
Component/s: hotspot
-
b12
-
sparc
-
solaris_10
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-2216403 | 8 | Vladimir Kozlov | P3 | Resolved | Fixed | b11 |
| JDK-2216659 | 6u34 | Yumin Qi | P2 | Closed | Fixed | b01 |
| JDK-2215762 | hs23 | Vladimir Kozlov | P3 | Closed | Fixed | b03 |
| JDK-2215961 | hs22 | Vladimir Kozlov | P3 | Resolved | Fixed | b09 |
| JDK-2224110 | hs20.9 | Yumin Qi | P4 | Resolved | Fixed | team |
countTrailingZerosL() should use iRegIsafe dst register:
-instruct countTrailingZerosL(iRegI dst, iRegL src, flagsReg cr) %{
+instruct countTrailingZerosL(iRegIsafe dst, iRegL src, flagsReg cr) %{
I will add a regression test.
- backported by
-
JDK-2215961 The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
-
- Resolved
-
-
JDK-2216403 The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
-
- Resolved
-
-
JDK-2224110 The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
-
- Resolved
-
-
JDK-2216659 The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
-
- Closed
-
-
JDK-2215762 The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
-
- Closed
-
- relates to
-
JDK-6996240 The BitSet.length method sometimes returns an index+1 value less than that of the highest bit set.
-
- Closed
-
-
JDK-8302150 Speed up compiler/codegen/Test7100757.java
-
- Resolved
-
-
JDK-6823354 Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}()
-
- Closed
-