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-8303963
Replace various encodings of UINT/SIZE_MAX in gc code
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
Subcomponent:
gc
Resolved In Build:
b14
Description
There are a few places where we construct the special value 0xf...f for size_t's using either (size_t)-1 or ~(size_t)0.
Just use SIZE_MAX instead.
Attachments
Issue Links
links to
Commit
openjdk/jdk/b575e54b
Review
openjdk/jdk/12973
Activity
People
Assignee:
Thomas Schatzl
Reporter:
Thomas Schatzl
Votes:
0
Vote for this issue
Watchers:
3
Start watching this issue
Dates
Created:
2023-03-10 04:20
Updated:
2023-03-16 00:21
Resolved:
2023-03-13 02:58