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