Review request for 8151571: System/LoggerFinder tests fail after JDK-8149925
Mandy Chung
mandy.chung at oracle.com
Tue Mar 22 18:41:22 UTC 2016
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