mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8030177: G1: Enable TLAB resizing
Reviewed-by: tschatzl, stefank, jmasa
This commit is contained in:
parent
81ba2e32c0
commit
9b29efeb63
20 changed files with 141 additions and 74 deletions
|
@ -239,6 +239,7 @@ protected:
|
|||
// Thread-local allocation buffers
|
||||
bool supports_tlab_allocation() const { return true; }
|
||||
size_t tlab_capacity() const;
|
||||
size_t tlab_used() const;
|
||||
size_t unsafe_max_tlab_alloc() const;
|
||||
|
||||
// Grow the generation by the specified number of bytes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue