RFR 9: JDK-8146028 : Common Cleaner for finalization replacements in java.base

Chris Hegarty chris.hegarty at oracle.com
Tue Jan 5 19:33:37 UTC 2016


On 5 Jan 2016, at 18:24, Roger Riggs <Roger.Riggs at oracle.com> wrote:

> The follow on work to adding the Cleaner is to replace uses of finalization with uses of the Cleaner.
> For the 'easy' cases in the java.base module, it is useful to introduce a private Cleaner for the
> java.base module.  It is proposed to be held weakly, to allow it to terminate on a lightly loaded
> system.
> 
> Webrev for Review:
> http://cr.openjdk.java.net/~rriggs/webrev-cleaning-factory-8146028/

Looks ok Roger.  Does it make sense to put CleanerFactory, and maybe
CleanerImpl, into their own internal package, so that it can be used as a
JDK platform Cleaner ( rather than a base module only cleaner, or having
to qualify exports of jdk.internal.misc to other JDK modules ) ?

Is it possible of the NIO Buffers to use this Cleaner?

-Chris. 


More information about the core-libs-dev mailing list