<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>spiros.blog() &#187; jvm</title>
	<atom:link href="http://www.tzavellas.com/techblog/tag/jvm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tzavellas.com/techblog</link>
	<description>Spiros Tzavellas’s blog, mostly on software development and Java.</description>
	<lastBuildDate>Fri, 24 Sep 2010 07:42:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Young vs Old Generation GC</title>
		<link>http://www.tzavellas.com/techblog/2005/11/05/young-vs-old-generation-gc/</link>
		<comments>http://www.tzavellas.com/techblog/2005/11/05/young-vs-old-generation-gc/#comments</comments>
		<pubDate>Fri, 04 Nov 2005 23:31:49 +0000</pubDate>
		<dc:creator>spiros</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[gc]]></category>
		<category><![CDATA[jvm]]></category>

		<guid isPermaLink="false">http://www.tzavellas.com/techblog/?p=30</guid>
		<description><![CDATA[Dr. Heinz M. Kabutz has written a very good article, in his “The Java Specialists” newsletter, about garbage collection. The article discuses the generational garbage collection in the Hotspot JVM and compares the speed of garbage collection in young and old objects. Garbage collection in young objects is very fast in modern JVMs. I believe [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.javaspecialists.co.za/index.html">Dr. Heinz M. Kabutz</a> has written a very good <a href="http://www.javaspecialists.co.za/archive/Issue115.html">article</a>, in his <a href="http://www.javaspecialists.co.za/archive/archive.html"><em>“The Java Specialists”</em></a> newsletter, about garbage collection. The article discuses the generational garbage collection in the Hotspot JVM and compares the speed of garbage collection in young and old objects.</p>
<p>Garbage collection in young objects is very fast in modern JVMs. I believe that the results of the benchmarks are impressive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tzavellas.com/techblog/2005/11/05/young-vs-old-generation-gc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

