JDK-8027351: (ref) Base's class finalize method not invoked if a private finalize method exists in its subclass
mark.reinhold at oracle.com
mark.reinhold at oracle.com
Fri Nov 1 20:37:42 UTC 2013
2013/11/1 4:15 -0700, mandy.chung at oracle.com:
> http://cr.openjdk.java.net/~mchung/jdk8/webrevs/8027351/webrev.00/
Looks good.
Just one question: In Finalizer.java, at line 97 you look up the
JavaLangAccess object every single time. Is it worth caching that
earlier, maybe when the finalize thread starts, since it will never
change?
- Mark
More information about the core-libs-dev
mailing list