Proxy.isProxyClass scalability

Peter Levart peter.levart at gmail.com
Fri Jan 25 16:40:34 UTC 2013


On 01/25/2013 05:34 PM, Aleksey Shipilev wrote:
> But, otherwise, can't we use java.lang.ClassValue to associate this flag
> with each class?
That is my proposed patch. It tries to be space saving and does not 
associate the flag with each class, but only with each subclass of 
java.lang.reflect.Proxy.

Regards, Peter




More information about the core-libs-dev mailing list