Re: RFR [9] 8153158: Remove sun.misc.ManagedLocalsThread from java.logging

2016-04-18 Thread Daniel Fuchs
On 18/04/16 08:01, Chris Hegarty wrote: 8056152 added a new constructor to java.lang.Thread to constructing Threads that do not inherit inheritable-thread-local initial values. Given there is now a supported API for creating such threads, other areas of the JDK should be updated to use it. Th

Re: RFR [9] 8153158: Remove sun.misc.ManagedLocalsThread from java.logging

2016-04-18 Thread Claes Redestad
Looks good, Chris /Claes On 04/18/2016 08:01 AM, Chris Hegarty wrote: 8056152 added a new constructor to java.lang.Thread to constructing Threads that do not inherit inheritable-thread-local initial values. Given there is now a supported API for creating such threads, other areas of the JDK s