Angelika Langer - Training & Consulting
HOME | COURSES | TALKS | ARTICLES | GENERICS | LAMBDAS | IOSTREAMS | ABOUT | CONTACT | Twitter | Lanyrd | Linkedin
HOME 


  UPCOMING
  PREVIOUS
  MATERIALS
 
GENERICS 
LAMBDAS 
IOSTREAMS 
ABOUT 
CONTACT 
Tuning the HotSpot JVM's Garbage Collectors

Tuning the HotSpot JVM's Garbage Collectors  
ABSTRACT
 
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 run several GC threads concurrently with application threads. Each of these collectors can be configured and tuned in various ways in order to control pause times or increase throughput. The number of choices a Java developer has for configuring the JVM:s garbage collection for his application is overwhelming. Hence, garbage collector tuning for the SUN/Oracle JVM is a daunting task. 

The talk aims to shed light onto the garbage collection strategies in the Sun/Oracle JVM by explaining all algorithms (including Java 7's Garbage-First collector) and discussing strategies for tuning and configuration of the various collectors.
 

 

 
PREREQUISITES

 
Level: intermediate / advanced
Duration: 60 min
Prerequisites: Attendants should be familiar with Java.
Presented at: JFokus , Stockholm, Sweden, February 13-15, 2012
JavaZone 2011 , Oslo, Norway, September 7-8, 2011
Scandinavian Developer Conference 2011 , Göteborg, Sweden, April 4-5, 2011

 
 
 

If you are interested to hear more about this and related topics you might want to check out the following seminar or skim through some further reading:
Seminars
Effective Java
4 day seminar (open enrollment and on-site)
High-Performance Java
4 day seminar (open enrollment and on-site)
 
  © Copyright 1995-2012 by Angelika Langer.  All Rights Reserved.    URL: < http://www.AngelikaLanger.com/Conferences/Abstracts/HotSpotGC.htm  last update: 1 Mar 2012