Question: What is Shenandoah: A Low-Pause-Time Garbage Collector in Java 15?Answer:Just like ZGC, Shenandoah promises minimal pause times, regardless of the heap size. You can read about exactly how Shenandoah achieves this on the Shenandoah wiki. You can activate Shenandoah with the following VM option:
Just like G1 and ZGC, Shenandoah returns unused memory to the operating system after a while. There is currently no support for NUMA and SoftMaxHeapSize; however, at least NUMA support is planned. |
Is it helpful?
Yes
No
Most helpful rated by users:
- What is Java 15?
- What is Text Blocks or Multi-line string in Java 15?
- What are New String and CharSequence Methods in Java 15?
- What is CharSequence.isEmpty() in Java 15?
- Provide the release notes of Java 15.