]> source.dussan.org Git - javassist.git/commit
fixed potential strong cyclic reference from proxy cache entries back to their class...
authoradinn <adinn@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Tue, 9 Mar 2010 16:56:02 +0000 (16:56 +0000)
committeradinn <adinn@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Tue, 9 Mar 2010 16:56:02 +0000 (16:56 +0000)
commit702704c3d5ad074271f7decf535205a360722ddf
treee31c3dff2420e992e0c6d78f59a9192feaa15f57
parent8828594b4d4f3df5d14a5506fd74b6a1bec8ed2d
fixed potential strong cyclic reference from proxy cache entries back to their class loader -- fixes JASSIST-104

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@517 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
src/main/javassist/util/proxy/ProxyFactory.java
src/test/test/javassist/proxy/ProxyCacheGCTest.java [new file with mode: 0644]