This module contains documentation about the Java Virtual Machine (JVM).
- 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.