Tag: memory-management
All the articles with the tag "memory-management".
-
JVM Memory Fundamentals: Stack, Heap, and Object Headers
Deep dive into JVM memory architecture - from stack frames and object headers to generational garbage collection. Understanding the 12-byte object header overhead and Java 25's compact headers that reduce memory footprint by 33%.