<?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>Shaun Abram &#187; JVM</title>
	<atom:link href="http://www.shaunabram.com/tag/jvm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shaunabram.com</link>
	<description>Java and Technology weblog</description>
	<lastBuildDate>Tue, 27 Jul 2010 23:14:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Faster JVM: JRockit</title>
		<link>http://www.shaunabram.com/faster-jvm-jrockit/</link>
		<comments>http://www.shaunabram.com/faster-jvm-jrockit/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 01:11:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.shaunabram.com/?p=43</guid>
		<description><![CDATA[At a training event I attended in Oracle today, they mentioned the JRockit JVM, which I hadn&#8217;t came across before. It is a JVM implementation from Oracle (BEA Systems) that provides improved performance and reduced, more consistent  garbage collections times. It also comes with a Management Console, which visualizes garbage-collection and allows you to monitor [...]]]></description>
			<content:encoded><![CDATA[<p>At a training event I attended in Oracle today, they mentioned the <a href="http://www.oracle.com/technology/products/jrockit/index.html">JRockit JVM</a>, which I hadn&#8217;t came across before. It is a JVM implementation from Oracle (BEA Systems) that provides improved performance and reduced, more consistent  garbage collections times. It also comes with a Management Console, which visualizes garbage-collection and allows you to monitor memory, heap and CPU usage and other metrics.</p>
<p>It does all this by overriding some of the Sun classes, in packages such as java.io and java.lang, with more preformant versions.</p>
<p>All very neat and I would really like to start using it &#8211; but a Mac version isn&#8217;t available. Eerrgh. Guess I&#8217;ll be sticking with Sun&#8217;s implementation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaunabram.com/faster-jvm-jrockit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
