Compact Object Headers

Turkish equivalent: Kompakt nesne başlıklarıDomain: Java and JVM

A HotSpot object-layout feature that reduces object-header size to lower heap footprint and improve memory density.

  • Memory Bandwidth
  • Cache Locality
  • Allocation Rate
  • Garbage Collection

Source

  • https://openjdk.org/jeps/519