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-8302145
ddepth should be uint in PhaseIdealLoop::register_node()
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Enhancement
Resolution:
Fixed
Priority:
P4
Fix Version/s:
21
Affects Version/s:
21
Component/s:
hotspot
Labels:
cleanup
starter
Subcomponent:
compiler
Resolved In Build:
b26
Description
PhaseIdealLoop::register_node() is currently only called with uint arguments (fetched with dom_depth() in the caller which returns a uint). We should update the ddepth argument to uint instead of int.
Attachments
Issue Links
links to
Commit
openjdk/jdk/1de40f36
Review
openjdk/jdk/14333
Activity
People
Assignee:
Eric Nothum (Inactive)
Reporter:
Christian Hagedorn
Votes
:
0
Vote for this issue
Watchers:
3
Start watching this issue
Dates
Created:
2023-02-09 05:23
Updated:
2023-06-12 20:51
Resolved:
2023-06-07 04:41