dl [Tue, 03 Oct 2017 14:00:00 -0700] rev 47307
8186056: Miscellaneous changes imported from jsr166 CVS 2017-09
Reviewed-by: martin, psandoz
dl [Tue, 03 Oct 2017 13:55:05 -0700] rev 47306
8186265: Make toString() methods of "task" objects more useful
Reviewed-by: martin, psandoz, rriggs, dholmes, darcy
Contributed-by: Charles Munger <clm@google.com>
dl [Tue, 03 Oct 2017 13:50:09 -0700] rev 47305
8186226: Improve ConcurrentSkipListMap performance on weak memory model machines
Reviewed-by: martin, psandoz
dl [Tue, 03 Oct 2017 13:45:11 -0700] rev 47304
8186171: HashMap: Entry.setValue may not work after Iterator.remove() called for previous entries
Reviewed-by: martin, psandoz
dl [Tue, 03 Oct 2017 13:41:55 -0700] rev 47303
8187607: [Testbug] Atomic*FieldUpdaterTest.checkPrivateAccess uses nested classes
Reviewed-by: martin, psandoz, dholmes
dl [Tue, 03 Oct 2017 13:37:01 -0700] rev 47302
8187408: AbstractQueuedSynchronizer wait queue corrupted when thread awaits without holding the lock
Reviewed-by: martin, psandoz, dholmes