<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:cc="http://web.resource.org/cc/"
xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://weblogs.java.net/blog/simonis/">
<title>Volker Simonis&apos;s Blog</title>
<link>http://weblogs.java.net/blog/simonis/</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2008-01-24T16:33:59-08:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.01D" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://weblogs.java.net/blog/simonis/archive/2008/01/hotspot_develop_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/simonis/archive/2008/01/hotspot_develop.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/simonis/archive/2007/11/template_vs_cin_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/simonis/archive/2007/11/testus_interrup_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/simonis/archive/2007/08/topsecret_xinte_1.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://weblogs.java.net/blog/simonis/archive/2008/01/hotspot_develop_1.html">
<title>HotSpot development on Linux with NetBeans - Part 2</title>
<link>http://weblogs.java.net/blog/simonis/archive/2008/01/hotspot_develop_1.html</link>
<description>Here comes the second part of &quot;HotSpot development on Linux with
NetBeans&quot;. While the first part focused on building and running
the different flavors (opt/debug, client/server JIT compiler, template/C++
interpreter) of the HotSpot VM on Linux/x86, this second part concludes
with a short evaluation of NetBeans 6.0 as an development environment for
HotSpot hacking.</description>
<dc:subject>Community: OpenJDK</dc:subject>
<dc:creator>simonis</dc:creator>
<dc:date>2008-01-24T16:33:59-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/simonis/archive/2008/01/hotspot_develop.html">
<title>HotSpot development on Linux with NetBeans - Part 1</title>
<link>http://weblogs.java.net/blog/simonis/archive/2008/01/hotspot_develop.html</link>
<description>Here comes yet another step-by-step tutorial which explains how to fetch the
OpenJDK sources, compile them and work with them inside the NetBeans IDE. It
focuses on building and running the different flavors (opt/debug,
client/server JIT compiler, template/C++ interpreter) of the HotSpot VM on
Linux/x86 and concludes with a short evaluation of NetBeans 6.0 as an
development environment for HotSpot hacking.</description>
<dc:subject>Community: OpenJDK</dc:subject>
<dc:creator>simonis</dc:creator>
<dc:date>2008-01-24T16:31:59-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/simonis/archive/2007/11/template_vs_cin_1.html">
<title>Template- vs. C++-Interpreter shootout</title>
<link>http://weblogs.java.net/blog/simonis/archive/2007/11/template_vs_cin_1.html</link>
<description>This blog discusses the main differences between the C++ and the Template Interpreter which are both available within the Hotspot sources of the OpenJDK project. Some performance tests with the DaCapo benchmark suite which compare the two interpreters in mixed and interpreted mode on Linux/x86 and Solaris/SPARC conclude the presentation.</description>
<dc:subject>Virtual Machine</dc:subject>
<dc:creator>simonis</dc:creator>
<dc:date>2007-11-16T03:22:13-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/simonis/archive/2007/11/testus_interrup_1.html">
<title>Testus Interruptus or how to avoid InterruptedExceptions in JCK tests</title>
<link>http://weblogs.java.net/blog/simonis/archive/2007/11/testus_interrup_1.html</link>
<description>Although JCK tests are not a regression test suite it is probably not uncommon that they (or at least a significant subset of them) are used as automated tests. This blog describes a bug in the test agent of JTHarness that can lead to spurious test failures trough InterruptedExceptions in random tests and simple way to fix the problem.</description>
<dc:subject>Testing</dc:subject>
<dc:creator>simonis</dc:creator>
<dc:date>2007-11-13T12:12:46-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/simonis/archive/2007/08/topsecret_xinte_1.html">
<title>Top-secret &quot;-Xintelligent_as_can_be_execution&quot; option revealed!</title>
<link>http://weblogs.java.net/blog/simonis/archive/2007/08/topsecret_xinte_1.html</link>
<description>Recently I did some benchmarking with the HotSpot and because my program was obviously too slow, I began to browse the HotSpot sources for some secret tuning parameters that could save my day. And indeed, after some digging, I found a real big fish: the &quot;-Xintelligent_as_can_be_execution&quot; option.</description>
<dc:subject>Virtual Machine</dc:subject>
<dc:creator>simonis</dc:creator>
<dc:date>2007-08-30T09:19:41-08:00</dc:date>
</item>


</rdf:RDF>
