Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

OpenJDK documents

The JVM manages its own address space for several purposes.

  • Java heap
  • Metadata heap
  • Code cache
  • Compiler and runtime temporary storage

Most Java objects are allocated using "TLABs", which is short for thread local allocation buffer.