8326659: Serial: Remove redundant TenuredSpace::print_on
Reviewed-by: tschatzl
This commit is contained in:
parent
7583419d88
commit
5d3d40d962
@ -115,14 +115,6 @@ void ContiguousSpace::print_on(outputStream* st) const {
|
||||
p2i(bottom()), p2i(top()), p2i(end()));
|
||||
}
|
||||
|
||||
#if INCLUDE_SERIALGC
|
||||
void TenuredSpace::print_on(outputStream* st) const {
|
||||
print_short_on(st);
|
||||
st->print_cr(" [" PTR_FORMAT ", " PTR_FORMAT ", " PTR_FORMAT ")",
|
||||
p2i(bottom()), p2i(top()), p2i(end()));
|
||||
}
|
||||
#endif
|
||||
|
||||
void ContiguousSpace::verify() const {
|
||||
HeapWord* p = bottom();
|
||||
HeapWord* t = top();
|
||||
|
@ -243,8 +243,6 @@ class TenuredSpace: public ContiguousSpace {
|
||||
inline HeapWord* par_allocate(size_t word_size) override;
|
||||
|
||||
inline void update_for_block(HeapWord* start, HeapWord* end);
|
||||
|
||||
void print_on(outputStream* st) const override;
|
||||
};
|
||||
#endif //INCLUDE_SERIALGC
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user