Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Jira Core help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8256203
Simplify RegMask::Empty
Log In
Export
XML
Word
Printable
Details
Type:
Enhancement
Status:
Resolved
Priority:
P4
Resolution:
Fixed
Affects Version/s:
16
Fix Version/s:
16
Component/s:
hotspot
Labels:
cleanup
Subcomponent:
compiler
Resolved In Build:
b25
Description
RegMask::Empty is initialized by calling all-words constructor using the FORALL_BODY macro, which is unnecessary: it can be replaced by calling the empty constructor, which safely initializes an empty RegMask
Attachments
Issue Links
links to
Commit
openjdk/jdk/f7685a46
Review
openjdk/jdk/1167
Activity
People
Assignee:
Claes Redestad
Reporter:
Claes Redestad
Votes:
0
Vote for this issue
Watchers:
3
Start watching this issue
Dates
Created:
2020-11-11 07:18
Updated:
2020-11-18 21:28
Resolved:
2020-11-12 06:21