The JVM manages its own address space for several purposes.
Most Java objects are allocated using "TLABs", which is short for thread local allocation buffer.