diff --git a/src/hotspot/share/gc/g1/g1CardCounts.hpp b/src/hotspot/share/gc/g1/g1CardCounts.hpp index 3d439f1..6137813 100644 --- a/src/hotspot/share/gc/g1/g1CardCounts.hpp +++ b/src/hotspot/share/gc/g1/g1CardCounts.hpp @@ -31,7 +31,7 @@ #include "memory/virtualspace.hpp" #include "utilities/globalDefinitions.hpp" -class CardTableModRefBS; +class CardTableBarrierSet; class G1CardCounts; class G1CollectedHeap; class G1RegionToSpaceMapper;