JDK-8027351: (ref) Base's class finalize method not invoked if a private finalize method exists in its subclass

Alan Bateman Alan.Bateman at oracle.com
Mon Nov 4 08:48:12 UTC 2013


On 04/11/2013 08:33, Peter Levart wrote:
> :
>
> What about the following helper class in java.lang package:
If public then it leaks into the Java SE API. I think using 
SharedSecrets should be okay, assuming we can sort out any potential 
races getting to JavaLangAccess.

-Alan.



More information about the core-libs-dev mailing list