JDK-8290018 : Remove dead declarations in G1BlockOffsetTablePart
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-07-08
  • Updated: 2022-07-11
  • Resolved: 2022-07-11
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 20
20 masterFixed
Related Reports
Relates :  
Description
There are some dead (unused, without implementation) declarations in G1BlockOffsetTablePart to remove.
They were introduced while merging JDK-8289538.
Comments
Changeset: 0225eb43 Author: Thomas Schatzl <tschatzl@openjdk.org> Date: 2022-07-11 07:59:00 +0000 URL: https://git.openjdk.org/jdk/commit/0225eb434cb8792d362923bf2c2e3607be4efcb9
11-07-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/9429 Date: 2022-07-08 15:08:05 +0000
08-07-2022