
OpenJDK 15 as the open-source implementation of the Java SE 15 Platform brings many improvements and new features. Among the OpenJDK 15 highlights are:
- The Z Garbage Collector (ZGC) was promoted from being experimental since JDK 11 to now being a product feature. G1 remains the default garbage collector while this low-latency, scalable GC is available for those wanting to make use of it







