[11] RFR JDK-8198249: Remove deprecated Runtime::runFinalizersOnExit and System::runFinalizersOnExit
mandy chung
mandy.chung at oracle.com
Fri Feb 16 19:26:53 UTC 2018
On 2/16/18 11:11 AM, Martin Buchholz wrote:
>
>
> The small optimization to avoid checking for "already finalized" could
> be done in a follow-up.
>
> Before working on Finalizer.java I was not really aware of the global
> "unfinalized" data structure with a non-scalable lock. This could
> probably be made scalable with a large amount of effort, in the style
> of LongAdder. But probably not going to happen.
You said what I will say - I don't see this will happen :)
Mandy
More information about the core-libs-dev
mailing list