Review request for 8151571: System/LoggerFinder tests fail after JDK-8149925

Peter Levart peter.levart at gmail.com
Tue Mar 22 20:09:27 UTC 2016


Hi Mandy,

Nice to see this fixed. It looks good to me. Thanks!

Regads, Peter

On 03/22/2016 07:41 PM, Mandy Chung wrote:
> http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8151571/webrev.00/
>
> This restores the change in NativeBuffer to use the common Cleaner created by the system.   JDK-8149925 causes InnocuousThread be created early during startup before the system class loader is initialized.  Since the common Cleaner is intended for system cleaning code to use, this patch now creates InnocuousThread with null TCCL and expects the system cleaning code to handle null TCCL only if it uses it.
>
> Mandy




More information about the core-libs-dev mailing list