Java Garbage Collectors – Moving to Garbage First (G1) Collector

One of the key strengths of JVM is automatic memory management (Garbage Collection). Its understanding can help in writing better applications. This becomes all the more important as enterprise server applications have large amount of live heap data and significant parallel threads.Until recently, main collectors were parallel collector and concurrent-mark-sweep (CMS) collector.

This session introduces the various Garbage Collectors and compares the CMS collector against its replacement, a new implementation in Java7 i.e. Garbage-First (G1). It is characterized by a single contiguous heap which is split into same-sized regions. In fact if your application is still running on the 1.5 or 1.6 JVM, a compelling argument to upgrade is to leverage G1.

Speaker:  Gurpreet S. Sachdeva is Director – Technology at Aricent Group. He has 16 years of experience working on Enterprise Computing technologies and Communication Network Applications. A keen Java enthusiast, has worked in Java EE Technology with almost every major application platform ranging from Tomcat to Jboss, Oracle Application Server and WebLogic

Gurpreet is speaking at the upcoming IndicThreads 2016 conference.

Content Team

The IndicThreads Content Team posts news about the latest and greatest in software development as well as content from IndicThreads' conferences and events. Track us social media @IndicThreads. Stay tuned!

Leave a Reply