<?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 Tricks: Find out who invoked you</title>
	<atom:link href="http://bassistance.de/2010/02/10/java-tricks-find-out-who-invoked-you/feed/" rel="self" type="application/rss+xml" />
	<link>http://bassistance.de/2010/02/10/java-tricks-find-out-who-invoked-you/</link>
	<description>Jörn Zaefferer on Bass, Geeks and Rock'n'Roll</description>
	<lastBuildDate>Tue, 31 Jan 2012 11:18:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jörn</title>
		<link>http://bassistance.de/2010/02/10/java-tricks-find-out-who-invoked-you/comment-page-1/#comment-182625</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Fri, 12 Feb 2010 23:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?p=613#comment-182625</guid>
		<description>Thanks for the info Mike. So the behaviour is at least consistent on Sun JVMs? Thats usually good enough, at least for the stuff I&#039;m working on.</description>
		<content:encoded><![CDATA[<p>Thanks for the info Mike. So the behaviour is at least consistent on Sun JVMs? Thats usually good enough, at least for the stuff I&#8217;m working on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://bassistance.de/2010/02/10/java-tricks-find-out-who-invoked-you/comment-page-1/#comment-182617</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 12 Feb 2010 20:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?p=613#comment-182617</guid>
		<description>Be warned that the result of getStackTrace() is not specified and behaves differently on other JVMs, e.g. sometimes the invoker is at index[2] and sometimes at index[1]. Also, from my findings the performance impact is severe, esp. in logging. You should therefore always use s.th. like log.isDebugEnabled() around such calls.</description>
		<content:encoded><![CDATA[<p>Be warned that the result of getStackTrace() is not specified and behaves differently on other JVMs, e.g. sometimes the invoker is at index[2] and sometimes at index[1]. Also, from my findings the performance impact is severe, esp. in logging. You should therefore always use s.th. like log.isDebugEnabled() around such calls.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
