Compaction is a lesser known facet of garbage collection. In this article, I'll discuss how important it is for Java performance. Left untamed, compaction can...
2 replies - 6260 views - 09/15/08 by Nick Maiorano in Articles
Does you appllication use a WeakHashMap with a String key? Pause. Here is something you need to know, while working with such a WeakHashMap. This article is...
7 replies - 4054 views - 06/23/08 by Bharath Ganesh in Articles
Jon Masamitsu wrote up a great post summarizing the current collectors in the Sun JDK and also how combinations of these young and old collectors are triggered...
0 replies - 4891 views - 02/02/08 by Alex Miller in News