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 _______________________________________________ hotspot-gc-use mailing list hotspot-gc-use@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use