JDK-8073663 : Use size_t for indices in G1PageBasedVirtualSpace/G1RegionToSpaceMapper files
Type:Enhancement
Component:hotspot
Sub-Component:gc
Affected Version:9
Priority:P4
Status:Closed
Resolution:Duplicate
Submitted:2015-02-23
Updated:2015-03-16
Resolved:2015-03-16
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Some discussion about JDK-8058354 found that it would be better to use size_t ("a size_t is the smallest integral type which is able to cover the largest possible array") instead of uintptr_t.
Fix this.