Thread local allocation

Thread local allocation is the concept of first allocating new objects in a thread local area, and then promoting them to the heap en masse when the area is full or when otherwise optimal.

See also Thread local area.

Get Oracle JRockit now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.