8253594: Remove CollectedHeap::supports_tlab_allocation

Reviewed-by: sjohanss, pliden
This commit is contained in:
Stefan Karlsson 2020-09-25 09:12:38 +00:00
parent cfa3f74931
commit e12d94af0b
11 changed files with 6 additions and 43 deletions

View file

@ -202,8 +202,6 @@ class ParallelScavengeHeap : public CollectedHeap {
void ensure_parsability(bool retire_tlabs);
void resize_all_tlabs();
bool supports_tlab_allocation() const { return true; }
size_t tlab_capacity(Thread* thr) const;
size_t tlab_used(Thread* thr) const;
size_t unsafe_max_tlab_alloc(Thread* thr) const;