File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments