Skip to content

Latest commit

 

History

History

java14

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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