Viewing Memory Allocation Information
This panel displays information about how JRockit is allocating memory on the Java heap (Figure 6-7). A Thread Local Area (TLA) is a JRockit internal value. It is a small memory area, local to a thread, where the JVM can allocate small objects without having to take the heap lock. For an in-depth explanation of how TLA works, please see
Setting the Thread Local Area Size in the BEA JRockit Diagnostics Guide. See also -XXtlaSize in the BEA JRockit Reference Manual for more information on how to set different values of the TLA size.