RFR: JDK-7123493 : (proxy) Proxy.getProxyClass doesn't scale under high load
Peter Levart
peter.levart at gmail.com
Tue Sep 17 07:35:14 UTC 2013
Hi Rob,
I can confirm that this is a faithful backport of JDK8 fix. I'm glad
that it could be made without too much hassle, since there were other
changes to JDK8 Proxy code before that fix (some of them, I can see,
have been backported already)...
Regards, Peter
On 09/15/2013 01:32 AM, Rob McKenna wrote:
> ...and the actual webrev:
>
> http://cr.openjdk.java.net/~robm/7123493/webrev.01/
> <http://cr.openjdk.java.net/%7Erobm/7123493/webrev.01/>
>
> -Rob
>
> On 15/09/13 00:21, Rob McKenna wrote:
>> Hi folks,
>>
>> Looking to backport this fix to JDK7. The backport has resulted in
>> relatively minor changes to the original fix such as replicating the
>> BiFunction / Supplier interfaces in a limited sense as inner classes
>> in WeakCache.
>>
>> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7123493
>> Original review thread:
>> http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-April/015854.html
>>
>> -Rob
>>
>
More information about the core-libs-dev
mailing list