Proxy.isProxyClass scalability
Florian Weimer
fweimer at redhat.com
Sun Jan 27 13:22:10 UTC 2013
On 01/24/2013 04:55 PM, Vitaly Davidovich wrote:
> I'm not that familiar with ClassValue but I don't doubt it scales better
> than a synch map,
It should be quite a bit faster. Here's an example:
<http://mail.openjdk.java.net/pipermail/mlvm-dev/2011-December/004209.html>
It's quite a bit code, but no synchronization is needed, and all
branches should be predictable.
--
Florian Weimer / Red Hat Product Security Team
More information about the core-libs-dev
mailing list