From 56ff87a09648ed6bb1176a28f70982d9241627a2 Mon Sep 17 00:00:00 2001 From: Albert Mingkun Yang Date: Tue, 16 Apr 2024 13:51:04 +0000 Subject: [PATCH] 8330359: G1: Remove unused forward declaration in g1BlockOffsetTable.hpp Reviewed-by: iwalulya, gli --- src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp b/src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp index 518c595b225..6a359a2cc9e 100644 --- a/src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp +++ b/src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp @@ -32,9 +32,6 @@ #include "memory/virtualspace.hpp" #include "utilities/globalDefinitions.hpp" -// Forward declarations -class HeapRegion; - // This implementation of "G1BlockOffsetTable" divides the covered region // into "N"-word subregions (where "N" = 2^"LogN". An array with an entry // for each such subregion indicates how far back one must go to find the