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-8256203
Simplify RegMask::Empty
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Enhancement
Resolution:
Fixed
Priority:
P4
Fix Version/s:
16
Affects 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:
2024-12-12 21:56
Resolved:
2020-11-12 06:21