Skip to content

Commit 0225eb4

Browse files
author
Thomas Schatzl
committed
8290018: Remove dead declarations in G1BlockOffsetTablePart
Reviewed-by: ayang
1 parent e259820 commit 0225eb4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,18 +120,6 @@ class G1BlockOffsetTablePart {
120120
// at "end" to point back to the card before "start"; [start, end]
121121
void set_remainder_to_point_to_start_incl(size_t start, size_t end);
122122

123-
inline size_t block_size(const HeapWord* p) const;
124-
125-
// Returns the address of a block whose start is at most "addr".
126-
inline HeapWord* block_at_or_preceding(const void* addr) const;
127-
128-
// Return the address of the beginning of the block that contains "addr".
129-
// "q" is a block boundary that is <= "addr"; "n" is the address of the
130-
// next block (or the end of the space.)
131-
inline HeapWord* forward_to_block_containing_addr(HeapWord* q, HeapWord* n,
132-
const void* addr,
133-
HeapWord* pb) const;
134-
135123
// Update BOT entries corresponding to the mem range [blk_start, blk_end).
136124
void update_for_block_work(HeapWord* blk_start, HeapWord* blk_end);
137125

0 commit comments

Comments
 (0)