Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
shipilev.net
(Uncensored)
subscribe
JVM Anatomy Quark #4: TLAB allocation
https://shipilev.net/jvm/anatomy-quarks/4-tlab-allocation/
links
backlinks
Most of the time we do new MyClass(), the runtime environment has to allocate storage for the instance in question. The textbook GC (memory manager) interface for allocation is very simple: