8301768: G1: Remove unimplemented HeapRegionRemSet::split_card

Reviewed-by: tschatzl
This commit is contained in:
Albert Mingkun Yang 2023-02-06 08:38:17 +00:00
parent 96c50a3486
commit e88fd8c2a9

View File

@ -55,9 +55,6 @@ class HeapRegionRemSet : public CHeapObj<mtGC> {
// Cached value of heap base address.
static HeapWord* _heap_base_address;
// Split the given address into region of that card and the card within that
// region.
inline void split_card(OopOrNarrowOopStar from, uint& card_region, uint& card_within_region) const;
void clear_fcc();
public: