-
Enhancement
-
Resolution: Fixed
-
P2
-
8u20
-
b11
-
x86, x86_64
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045398 | 8u25 | Igor Ignatyev | P2 | Resolved | Fixed | b01 |
JDK-8040187 | 8u20 | Igor Ignatyev | P2 | Closed | Fixed | b12 |
JDK-8053317 | emb-8u26 | Igor Ignatyev | P2 | Resolved | Fixed | b17 |
Add tests to verify that appropriate instructions are emitted in native code on supported hardware:
blsi
blsr
andn
blsmsk
lzcnt (intrinsic for {Integer,Long}::numberOfLeadingZeros)
tzcnt (intrinsic for {Integer,Long}::numberOfTrailingZeros)
blsi
blsr
andn
blsmsk
lzcnt (intrinsic for {Integer,Long}::numberOfLeadingZeros)
tzcnt (intrinsic for {Integer,Long}::numberOfTrailingZeros)
- backported by
-
JDK-8045398 Add sanity tests for BMI1 and LZCNT instructions
- Resolved
-
JDK-8053317 Add sanity tests for BMI1 and LZCNT instructions
- Resolved
-
JDK-8040187 Add sanity tests for BMI1 and LZCNT instructions
- Closed