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-8315789
Minor HexFormat performance improvements
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Enhancement
Resolution:
Fixed
Priority:
P4
Fix Version/s:
22
Affects Version/s:
None
Component/s:
core-libs
Labels:
None
Subcomponent:
java.util
Resolved In Build:
b16
Description
The lookup table approach for digit cases in java.util.HexFormat is somewhat inefficient, especially for printing. There's also some unnecessary allocations happening via some usage of the API that could be avoided.
Attachments
Issue Links
links to
Commit
openjdk/jdk/92ad4a23
Review
openjdk/jdk/15591
Activity
People
Assignee:
Claes Redestad
Reporter:
Claes Redestad
Votes
:
0
Vote for this issue
Watchers:
3
Start watching this issue
Dates
Created:
2023-09-06 06:17
Updated:
2023-09-20 22:21
Resolved:
2023-09-13 14:00