RFR 8010182: Thread safety of Thread get/setName()

2013-05-18 Thread Chris Hegarty
Thread getName and setName are not thread-safe. The expected usage is to set a name before starting the thread and only read it thereafter. It is desirable to support the setting of thread name dynamically, mainly for monitoring/management/debugging. The typical scenario is the single-writer,

hg: jdk8/tl/jdk: 5 new changesets

2013-05-18 Thread mike . duigou
Changeset: e8b40b034fcd Author:psandoz Date: 2013-05-15 10:15 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e8b40b034fcd 8013334: Spliterator behavior for LinkedList contradicts Spliterator.trySplit Summary: this changeset also contains some minor, non spec, related fixes