<?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>Chaotic Java &#187; JVM</title>
	<atom:link href="http://chaoticjava.com/posts/category/jvm/feed/" rel="self" type="application/rss+xml" />
	<link>http://chaoticjava.com</link>
	<description>The internet, design patterns, frameworks and Java</description>
	<lastBuildDate>Mon, 14 Nov 2011 03:49:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>GC Tips and Memory Leaks</title>
		<link>http://chaoticjava.com/posts/gc-tips-and-memory-leaks/</link>
		<comments>http://chaoticjava.com/posts/gc-tips-and-memory-leaks/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 10:00:51 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/gc-tips-and-memory-leaks/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/gc-tips-and-memory-leaks/";</script>After the two posts about garbage collection (basic and advanced) I started receiving questions regarding the works of the GC, and tips on how to use it properly. This post will be devoted to that subject, with some of the questions asked brought into highlight and answered using a lot of information coming from a [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/gc-tips-and-memory-leaks/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Parallel and concurrent garbage collectors</title>
		<link>http://chaoticjava.com/posts/parallel-and-concurrent-garbage-collectors/</link>
		<comments>http://chaoticjava.com/posts/parallel-and-concurrent-garbage-collectors/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 06:13:12 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/parallel-and-concurrent-garbage-collectors/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/parallel-and-concurrent-garbage-collectors/";</script>In the last post, Iâ€™ve been talking about the basics of garbage collection and the generational garbage collector. While the generational garbage collector brought huge performance benefits by getting the large, old generation memory area to be infrequently visited by the collector, it still wasnâ€™t enough for the new era of faster processors and memory [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/parallel-and-concurrent-garbage-collectors/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>How does garbage collection work?</title>
		<link>http://chaoticjava.com/posts/how-does-garbage-collection-work/</link>
		<comments>http://chaoticjava.com/posts/how-does-garbage-collection-work/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 06:05:19 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/how-does-garbage-collection-work/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/how-does-garbage-collection-work/";</script>It seems to me that the importance of garbage collection in Java (and other garbage collected languages) is disproportional to the explanations given about it. While there would be millions of articles when you look for JavaFX examples, there would be only a couple if you tried to search about the â€œParallel Compacting Collectorâ€ mentioned [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/how-does-garbage-collection-work/feed/</wfw:commentRss>
		<slash:comments>63</slash:comments>
		</item>
	</channel>
</rss>

