mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8253594: Remove CollectedHeap::supports_tlab_allocation
Reviewed-by: sjohanss, pliden
This commit is contained in:
parent
cfa3f74931
commit
e12d94af0b
11 changed files with 6 additions and 43 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue