|
Intercptor handles "finalize" method this way: if ( "finalize".equals(methodName) ) { GC will call "finalize" if user owerrides it, we do not need to delegate this method. And probably it is wrong to delegate "finalize". ah of course ....ok well apply this asap...would be nice to measure the effects of it. |
|||||||||||||||||||||||||||||||||||||||||||||||||
what if the underlying object class actually have finalize defined ? is there a way to expose that ?