<?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>解惑 &#187; AOP</title>
	<atom:link href="http://www.jiehoo.me/tag/aop/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jiehoo.me</link>
	<description>解己之惑，解人之惑</description>
	<lastBuildDate>Thu, 09 Sep 2010 03:25:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>使用AOP带来的问题</title>
		<link>http://www.jiehoo.me/%e4%bd%bf%e7%94%a8aop%e5%b8%a6%e6%9d%a5%e7%9a%84%e9%97%ae%e9%a2%98.htm</link>
		<comments>http://www.jiehoo.me/%e4%bd%bf%e7%94%a8aop%e5%b8%a6%e6%9d%a5%e7%9a%84%e9%97%ae%e9%a2%98.htm#comments</comments>
		<pubDate>Thu, 02 Aug 2007 04:57:34 +0000</pubDate>
		<dc:creator>Cherami</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[AOP]]></category>
		<category><![CDATA[HCR]]></category>
		<category><![CDATA[hot deploy]]></category>
		<category><![CDATA[JVM]]></category>

		<guid isPermaLink="false">http://www.jiehoo.com/%e4%bd%bf%e7%94%a8aop%e5%b8%a6%e6%9d%a5%e7%9a%84%e9%97%ae%e9%a2%98.htm</guid>
		<description><![CDATA[AOP绝对是个好东西，但是因为大部分的AOP实现都是通过修改字节码实现的，这就给Hot Deploy带来问题，在进行Hot Code Replace的时候JVM会抛错：Hot code replace failed &#8211; Hierarchy change not implemented，根据字面的意思，我猜测是JVM判断出原始的字节码有变化，但是JVM中的字节码是修改过的，类似子类的结构。目前还没有找到比较权威的解释，另外我对AOP也不是很熟悉，所以仅仅是猜测]]></description>
			<content:encoded><![CDATA[<p class='fp'>AOP绝对是个好东西，但是因为大部分的AOP实现都是通过修改字节码实现的，这就给Hot Deploy带来问题，在进行Hot Code Replace的时候JVM会抛错：Hot code replace failed &#8211; Hierarchy change not implemented，根据字面的意思，我猜测是JVM判断出原始的字节码有变化，但是JVM中的字节码是修改过的，类似子类的结构。目前还没有找到比较权威的解释，另外我对AOP也不是很熟悉，所以仅仅是猜测<img src="/FCKeditor/editor/images/smiley/msn/tounge_smile.gif" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jiehoo.me/%e4%bd%bf%e7%94%a8aop%e5%b8%a6%e6%9d%a5%e7%9a%84%e9%97%ae%e9%a2%98.htm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
