JDK-7157073 : G1: type change size_t -> uint for region counts / indexes
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-03-27
  • Updated: 2013-09-18
  • Resolved: 2012-04-25
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.

To download the current JDK release, click here.
JDK 7 JDK 8 Other
7u40Fixed 8Fixed hs24Fixed
Description
In G1, we use size_t in many places to represent region counts and indexes. There's a general feeling among the group to make those uint's.

Comments
EVALUATION http://hg.openjdk.java.net/lambda/lambda/hotspot/rev/720b6a76dd9d
29-06-2012

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/720b6a76dd9d
18-04-2012