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

Reply via email to