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-8293647
Avoid unnecessary boxing in jdk.hotspot.agent
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Enhancement
Resolution:
Fixed
Priority:
P5
Fix Version/s:
20
Affects Version/s:
None
Component/s:
hotspot
Labels:
noreg-cleanup
Subcomponent:
svc-agent
Resolved In Build:
b15
Description
Usages of methods Integer.valueOf, Boolean.valueOf, Long.valueOf often can be simplified by using their pair methods parseInt/parseBoolean/parseLong.
Attachments
Issue Links
links to
Commit
openjdk/jdk/7e020398
Review
openjdk/jdk/10237
Activity
People
Assignee:
Andrey Turbanov
Reporter:
Andrey Turbanov
Votes:
0
Vote for this issue
Watchers:
3
Start watching this issue
Dates
Created:
2022-09-12 05:53
Updated:
2022-09-19 11:10
Resolved:
2022-09-13 10:56