JDK RFR of 8147545: Remove sun.misc.ManagedLocalsThread from java.prefs
Chris Hegarty
chris.hegarty at oracle.com
Fri Jan 22 20:19:37 UTC 2016
On 22 Jan 2016, at 20:17, Brian Burkhalter <brian.burkhalter at oracle.com> wrote:
> Please review at your convenience.
>
> Issue: https://bugs.openjdk.java.net/browse/JDK-8147545
> Patch: http://cr.openjdk.java.net/~bpb/8147545/webrev.00/
Looks good to me. Thanks Brian.
-Chris.
> Replaced using of ManagedLocalsThread with a Thread created from the new constructor
>
> Thread(ThreadGroup,Runnable,String,long,boolean)
>
> with the boolean parameter “inheritThreadLocals” set to false.
>
> Thanks,
>
> Brian
More information about the core-libs-dev
mailing list