JDK-8314161 : G1: Fix -Wconversion warnings in G1CardSetConfiguration::_bitmap_hash_mask
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2023-08-11
  • Updated: 2023-08-14
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
Its sole use is to & with an uint, so one can use uint instead.

The initialization is odd -- the most commond pattern is `(1 << _log...) - 1`.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15247 Date: 2023-08-11 12:24:27 +0000
11-08-2023