Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8144028
Use AArch64 bit-test instructions in C2
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Enhancement
Resolution:
Fixed
Priority:
P4
Fix Version/s:
9
Affects Version/s:
None
Component/s:
hotspot
Labels:
None
Subcomponent:
compiler
Resolved In Build:
b97
CPU:
aarch64
Description
AArch64 has some bit-test instructions: TBZ/TBNZ, TST/TSTW. They save an instruction over cmp; branch and do not clobber the flags register. We should use these for bit tests and integer positive/negative tests,
Attachments
Activity
People
Assignee:
Andrew Haley
Reporter:
Andrew Haley
Votes
:
0
Vote for this issue
Watchers:
2
Start watching this issue
Dates
Created:
2015-11-25 04:25
Updated:
2015-12-17 19:51
Resolved:
2015-12-01 17:58