Re: Proxy.[isProxyClass|getProxyClass] scalability

2013-01-27 Thread Peter Levart
Hi again, By simple rearrangement of code in Proxy.getProxyClass (moved the parameters validation to slow-path) I managed to speed-up the fast-path getProxyClass so that now it's raw speed is 40x the speed of current getProxyClass method: * http://dl.dropbox.com/u/101777488/jdk8-tl/proxy/web

Re: Proxy.[isProxyClass|getProxyClass] scalability

2013-01-27 Thread Peter Levart
Hi Alan, David, I think I have a solution for scalability problems of java.lang.reflect.Proxy: * http://dl.dropbox.com/u/101777488/jdk8-tl/proxy/webrev.01/index.html I designed it along the lines mentioned in previous mail (see below). First I thought that both caches (a cache mapping reques