<?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>JVM - Base Six</title>
	<atom:link href="https://base6.com/tag/jvm/feed/" rel="self" type="application/rss+xml" />
	<link>https://base6.com/</link>
	<description>James Furness&#039;s blog</description>
	<lastBuildDate>Mon, 23 Aug 2010 12:59:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.1</generator>
	<item>
		<title>Garbage Collection Tuning</title>
		<link>https://base6.com/2010/08/23/garbage-collection-tuning/</link>
		
		<dc:creator><![CDATA[James Furness]]></dc:creator>
		<pubDate>Mon, 23 Aug 2010 12:59:42 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[garbage collection]]></category>
		<category><![CDATA[Hotspot]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[ParNew]]></category>
		<guid isPermaLink="false">https://base6.com/?p=118</guid>

					<description><![CDATA[<p>I recently stumbled across a useful presentation: &#8220;GC Tuning In the HotSpot JVM&#8221; from FISL 10, which provides a good overview of how to tune the ParNew, Paralell and CMS collectors&#8230; Also quite useful is this blog entry which explains how to understand CMS GC logs.</p>
<p>The post <a href="https://base6.com/2010/08/23/garbage-collection-tuning/">Garbage Collection Tuning</a> first appeared on <a href="https://base6.com/">Base Six</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>I recently stumbled across a useful presentation: &#8220;<a href="http://mediacast.sun.com/users/Ludovic/media/GCTuningPresentationFISL10.pdf/details">GC Tuning In the HotSpot JVM</a>&#8221; from FISL 10, which provides a good overview of how to tune the ParNew, Paralell and CMS collectors&#8230;</p>
<p>Also quite useful is this <a href="http://blogs.sun.com/poonam/entry/understanding_cms_gc_logs">blog entry</a> which explains how to understand CMS GC logs.</p><p>The post <a href="https://base6.com/2010/08/23/garbage-collection-tuning/">Garbage Collection Tuning</a> first appeared on <a href="https://base6.com/">Base Six</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Performance techniques used in the Hotspot JVM</title>
		<link>https://base6.com/2010/07/27/performance-techniques-used-in-the-hotspot-jvm/</link>
		
		<dc:creator><![CDATA[James Furness]]></dc:creator>
		<pubDate>Tue, 27 Jul 2010 09:26:13 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Hotspot]]></category>
		<category><![CDATA[instanceof]]></category>
		<category><![CDATA[isAssignableFrom]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[Performance]]></category>
		<guid isPermaLink="false">https://base6.com/?p=114</guid>

					<description><![CDATA[<p>Little gem from the Hotspot Internals wiki helping to solve puzzles such as is &#8220;X.class.isAssignableFrom(obj)&#8221; slower than &#8220;obj instanceof X&#8220;! Performance techniques used in the Hotspot JVM.</p>
<p>The post <a href="https://base6.com/2010/07/27/performance-techniques-used-in-the-hotspot-jvm/">Performance techniques used in the Hotspot JVM</a> first appeared on <a href="https://base6.com/">Base Six</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Little gem from the Hotspot Internals wiki helping to solve puzzles such as is &#8220;<code>X.class.isAssignableFrom(obj)</code>&#8221; slower than &#8220;<code>obj instanceof X</code>&#8220;! </p>
<p><a href="http://wikis.sun.com/display/HotSpotInternals/PerformanceTechniques">Performance techniques used in the Hotspot JVM</a>.</p><p>The post <a href="https://base6.com/2010/07/27/performance-techniques-used-in-the-hotspot-jvm/">Performance techniques used in the Hotspot JVM</a> first appeared on <a href="https://base6.com/">Base Six</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
