definition of a "TLAB refill"?

Thomas Schatzl thomas.schatzl at oracle.com
Mon Nov 13 20:16:31 UTC 2017


Hi,

On Mon, 2017-11-13 at 11:12 -0800, Ron Reynolds wrote:
> sorry for the n00b or repeat question (if there is a good way to
> search the list archives please send me a URL) but i am trying to
> find a solid definition of a "TLAB refill" - most TLAB docs refer to
> the "refill" but don't actually define what it means.
> thanks.
> ....................ron.

  a TLAB refill is the process of a (Java) thread, having filled its
current TLAB with objects (or having some reason to give up the current
one), getting a new, empty, one for further allocation.

Where do you think in the (JDK) docs could be an appropriate place to
add a few sentences of explanation?

Thanks,
  Thomas



More information about the hotspot-gc-use mailing list