JDK-8314651 : G1: Fix -Wconversion warnings in static fields of HeapRegion
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2023-08-21
  • Updated: 2023-08-21
Description
The following fields never take negative values, so change them from int to uint.

LogOfHRGrainBytes
LogCardsPerRegion
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15360 Date: 2023-08-21 12:25:12 +0000
21-08-2023