Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 463 Bytes

File metadata and controls

14 lines (9 loc) · 463 Bytes

JVM

This module contains documentation about the Java Virtual Machine (JVM).

Contents

  • Garbage Collection (GC): GC algorithms and strategies
    • Shenandoah GC cycle visualization
    • GC tuning and optimization
  • Java Memory Model (JMM): Memory model concepts and concurrency
  • Virtual Threads: Project Loom virtual threads documentation and examples

Understanding JVM internals helps optimize Java application performance and memory usage.