Popular Concurrent Mark Sweep (CMS) GC algorithm is deprecated in JDK 9. According to JEP-291, this decision has been made to reduce the maintenance burden of GC code base and accelerate new development.
Continue reading “CMS DEPRECATED. NEXT STEPS?”Which GC to use?
There are several blogs, articles on different GC algorithms, their inner details, their Pros, their Cons….. This article tries to summarizes Pros and Cons Continue reading “Which GC to use?”
THREAD DUMP ANALYSIS PATTERN – Several Scavengers
Description
Based on the type of GC algorithm (Serial, parallel, G1, CMS) used, default number of garbage collection threads Continue reading “THREAD DUMP ANALYSIS PATTERN – Several Scavengers”