Tuning the HotSpot JVM’s Garbage Collectors
The HotSpot JVM has been refined and revised with every release of the JDK since the advent of Java in the mid 90ies. Today, Java developers face an abundance of GC algorithms – from plain and simple serial stop-the-world collectors with a single reaper thread to highly parallelized collectors that …