JDK 26 introduces JEP 516, enabling AOT object caching with ZGC through a new GC-agnostic cache format. Unlike previous implementations that stored literal memory addresses, the new approach uses logical indices that are remapped at startup, allowing caches to work across different garbage collectors. The JVM automatically
Sort: