<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Java garbage collection logging</title>
	<atom:link href="http://christiansons.net/mike/blog/2008/12/java-garbage-collection-logging/feed/" rel="self" type="application/rss+xml" />
	<link>http://christiansons.net/mike/blog/2008/12/java-garbage-collection-logging/</link>
	<description>Java, Ant, SVN, Jetty, cygwin and other stuff…</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:53:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Frank</title>
		<link>http://christiansons.net/mike/blog/2008/12/java-garbage-collection-logging/comment-page-1/#comment-1147</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 10 Jan 2012 09:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=28#comment-1147</guid>
		<description>Boris, Mike, I think the file is empty simply because there has been no garbage collection during the runtime of your application.

If you add an explicit call to System.gc(); you should see something in the file.</description>
		<content:encoded><![CDATA[<p>Boris, Mike, I think the file is empty simply because there has been no garbage collection during the runtime of your application.</p>
<p>If you add an explicit call to System.gc(); you should see something in the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Christianson</title>
		<link>http://christiansons.net/mike/blog/2008/12/java-garbage-collection-logging/comment-page-1/#comment-113</link>
		<dc:creator>Mike Christianson</dc:creator>
		<pubDate>Fri, 19 Mar 2010 03:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=28#comment-113</guid>
		<description>Boris, what happens if you print out the args?  I think you may discover something interesting!</description>
		<content:encoded><![CDATA[<p>Boris, what happens if you print out the args?  I think you may discover something interesting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://christiansons.net/mike/blog/2008/12/java-garbage-collection-logging/comment-page-1/#comment-112</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Thu, 18 Mar 2010 17:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=28#comment-112</guid>
		<description>Hello Mike.
I wrote simple program.
and use next command line to run 
java -jar &quot;JavaApplication1.jar&quot; -verbose:gc -Xloggc:borisLog.log
but Log is empty :( Could You help me, please.

package javaapplication1;
public class Main {
    public static void main(String[] args) throws InterruptedException {
        System.out.println(&quot;Start!&quot;);
        for(int i = 0; i &lt; 10; i++) {
            Thread.sleep(1000);
            System.out.println(&quot;Continue!&quot;);
        }
        System.out.println(&quot;Finish!&quot;);
    }
}</description>
		<content:encoded><![CDATA[<p>Hello Mike.<br />
I wrote simple program.<br />
and use next command line to run<br />
java -jar &#8220;JavaApplication1.jar&#8221; -verbose:gc -Xloggc:borisLog.log<br />
but Log is empty <img src='http://christiansons.net/mike/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Could You help me, please.</p>
<p>package javaapplication1;<br />
public class Main {<br />
    public static void main(String[] args) throws InterruptedException {<br />
        System.out.println(&#8220;Start!&#8221;);<br />
        for(int i = 0; i &lt; 10; i++) {<br />
            Thread.sleep(1000);<br />
            System.out.println(&quot;Continue!&quot;);<br />
        }<br />
        System.out.println(&quot;Finish!&quot;);<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ric</title>
		<link>http://christiansons.net/mike/blog/2008/12/java-garbage-collection-logging/comment-page-1/#comment-111</link>
		<dc:creator>Ric</dc:creator>
		<pubDate>Mon, 15 Mar 2010 08:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=28#comment-111</guid>
		<description>Simple and Concise info I can use and understand... A newbie.
Good stuff Mike... Keep Rocking
Cheers!</description>
		<content:encoded><![CDATA[<p>Simple and Concise info I can use and understand&#8230; A newbie.<br />
Good stuff Mike&#8230; Keep Rocking<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Christianson</title>
		<link>http://christiansons.net/mike/blog/2008/12/java-garbage-collection-logging/comment-page-1/#comment-110</link>
		<dc:creator>Mike Christianson</dc:creator>
		<pubDate>Sat, 13 Mar 2010 08:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=28#comment-110</guid>
		<description>Sorry, Girish, to which link were you referring?</description>
		<content:encoded><![CDATA[<p>Sorry, Girish, to which link were you referring?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girish</title>
		<link>http://christiansons.net/mike/blog/2008/12/java-garbage-collection-logging/comment-page-1/#comment-109</link>
		<dc:creator>Girish</dc:creator>
		<pubDate>Fri, 12 Mar 2010 08:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=28#comment-109</guid>
		<description>Link isnt working:(.
Can you please fix it Mike, I am eager to try it!</description>
		<content:encoded><![CDATA[<p>Link isnt working:(.<br />
Can you please fix it Mike, I am eager to try it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek Goyal</title>
		<link>http://christiansons.net/mike/blog/2008/12/java-garbage-collection-logging/comment-page-1/#comment-94</link>
		<dc:creator>Abhishek Goyal</dc:creator>
		<pubDate>Thu, 29 Oct 2009 18:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=28#comment-94</guid>
		<description>Hi Mike !! Great Job !! Simple and useful !! Thanks !!</description>
		<content:encoded><![CDATA[<p>Hi Mike !! Great Job !! Simple and useful !! Thanks !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janos Vinceller</title>
		<link>http://christiansons.net/mike/blog/2008/12/java-garbage-collection-logging/comment-page-1/#comment-84</link>
		<dc:creator>Janos Vinceller</dc:creator>
		<pubDate>Wed, 07 Oct 2009 19:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=28#comment-84</guid>
		<description>Hi Mike! I like the way you keep it simple. Maybe you can mention the flag to add timestamps too: -XX:+PrintGCTimeStamps</description>
		<content:encoded><![CDATA[<p>Hi Mike! I like the way you keep it simple. Maybe you can mention the flag to add timestamps too: -XX:+PrintGCTimeStamps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffery Strickler</title>
		<link>http://christiansons.net/mike/blog/2008/12/java-garbage-collection-logging/comment-page-1/#comment-79</link>
		<dc:creator>Jeffery Strickler</dc:creator>
		<pubDate>Tue, 21 Jul 2009 18:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=28#comment-79</guid>
		<description>Hi Mike! You rock! I was looking for something to show a colleague that would explain the built-in gc log and found you when I googled. Nice work man!</description>
		<content:encoded><![CDATA[<p>Hi Mike! You rock! I was looking for something to show a colleague that would explain the built-in gc log and found you when I googled. Nice work man!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

