Skip to content

Commit e88fd8c

Browse files
committed
8301768: G1: Remove unimplemented HeapRegionRemSet::split_card
Reviewed-by: tschatzl
1 parent 96c50a3 commit e88fd8c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/hotspot/share/gc/g1/heapRegionRemSet.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ class HeapRegionRemSet : public CHeapObj<mtGC> {
5555
// Cached value of heap base address.
5656
static HeapWord* _heap_base_address;
5757

58-
// Split the given address into region of that card and the card within that
59-
// region.
60-
inline void split_card(OopOrNarrowOopStar from, uint& card_region, uint& card_within_region) const;
6158
void clear_fcc();
6259

6360
public:

0 commit comments

Comments
 (0)