Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 806 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 806 Bytes

Version 14 - 2020-03

Garbage Collectors

HotSpot Virtual Machine Garbage Collection Tuning Guide, release 14 pdf (🔗 original link)

Changes to GC algorithms:

  • ZGC available on Windows and Mac.
  • Concurrent Mark and Sweep (CMS) Garbage Collector has been removed 🔗 JEP 363.
  • ParallelScavenge + SerialOld garbage collector combination has been deprecated. That is the UseParallelOldGC command line option 🔗 JEP 366