JDK-8314932 : G1: Fix -Wconversion warnings for simple cases inside g1 folder
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 22
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2023-08-24
  • Updated: 2023-08-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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Use unsigned type for non-negative values, apply `pointer_delta` for pointer subtraction, and drop some unnecessary type-cast.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15413 Date: 2023-08-24 08:57:50 +0000
24-08-2023