<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Invent your own java.lang Class</title>
	<atom:link href="http://blog.kischuk.com/2004/08/18/invent-your-own-javalang-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kischuk.com/2004/08/18/invent-your-own-javalang-class/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 19 May 2010 15:39:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Rob Kischuk</title>
		<link>http://blog.kischuk.com/2004/08/18/invent-your-own-javalang-class/#comment-109</link>
		<dc:creator>Rob Kischuk</dc:creator>
		<pubDate>Wed, 18 Aug 2004 15:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://rkischuk.wordpress.com/2004/08/18/invent-your-own-javalang-class/#comment-109</guid>
		<description>I would agree that they&#039;re probably using it to take advantage of some method or member of a class in java.lang that&#039;s only visible from package scope.

Since it&#039;s a profiling tool, I guess it&#039;s not that surprising, but still disconcerting and confusing.</description>
		<content:encoded><![CDATA[<p>I would agree that they&#8217;re probably using it to take advantage of some method or member of a class in java.lang that&#8217;s only visible from package scope.</p>
<p>Since it&#8217;s a profiling tool, I guess it&#8217;s not that surprising, but still disconcerting and confusing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hall</title>
		<link>http://blog.kischuk.com/2004/08/18/invent-your-own-javalang-class/#comment-108</link>
		<dc:creator>David Hall</dc:creator>
		<pubDate>Wed, 18 Aug 2004 12:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://rkischuk.wordpress.com/2004/08/18/invent-your-own-javalang-class/#comment-108</guid>
		<description>They&#039;re in violation of their java development license -- y&#039;know, that part that you never read when you download the JDK from Sun??

No one (other than sun) is allowed to ship classes whose prefix is java.* or javax.*</description>
		<content:encoded><![CDATA[<p>They&#8217;re in violation of their java development license &#8212; y&#8217;know, that part that you never read when you download the JDK from Sun??</p>
<p>No one (other than sun) is allowed to ship classes whose prefix is java.* or javax.*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.kischuk.com/2004/08/18/invent-your-own-javalang-class/#comment-107</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 18 Aug 2004 12:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://rkischuk.wordpress.com/2004/08/18/invent-your-own-javalang-class/#comment-107</guid>
		<description>How does the code see the class?  I didn&#039;t think you could create a java.lang object and load it from anywhere on the classpath.  I thought java.lang objects could only be loaded from rt.jar?

This would prevent someone else from creating a virus in java.lang.String.</description>
		<content:encoded><![CDATA[<p>How does the code see the class?  I didn&#8217;t think you could create a java.lang object and load it from anywhere on the classpath.  I thought java.lang objects could only be loaded from rt.jar?</p>
<p>This would prevent someone else from creating a virus in java.lang.String.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.kischuk.com/2004/08/18/invent-your-own-javalang-class/#comment-106</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 18 Aug 2004 12:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://rkischuk.wordpress.com/2004/08/18/invent-your-own-javalang-class/#comment-106</guid>
		<description>I would assume they did this to access a protected class or member in the java.lang package...</description>
		<content:encoded><![CDATA[<p>I would assume they did this to access a protected class or member in the java.lang package&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
