michaelm [Thu, 02 May 2019 17:29:10 +0100] rev 54689
8216978: Drop support for pre JDK 1.4 SocketImpl implementations
Reviewed-by: chegar, alanb, dfuchs
cushon [Mon, 29 Apr 2019 17:54:15 -0700] rev 54688
8219202: Use Unsynchronized StringBuilder in sun.net.www.ParseUtil
Reviewed-by: chegar
Contributed-by: Alan Malloy <amalloy@google.com>
zgu [Thu, 02 May 2019 09:49:52 -0400] rev 54687
8222992: Shenandoah: Pre-evacuate all roots
Reviewed-by: shade
dl [Thu, 02 May 2019 06:33:28 -0700] rev 54686
8219138: Miscellaneous changes imported from jsr166 CVS 2019-05
Reviewed-by: martin
dl [Thu, 02 May 2019 06:33:28 -0700] rev 54685
8220248: fix headings in java.util.concurrent
Reviewed-by: martin, jjg
dl [Thu, 02 May 2019 06:33:28 -0700] rev 54684
8221892: ThreadPoolExecutor: Thread.isAlive() is not equivalent to not being startable
Reviewed-by: martin, dholmes
dl [Thu, 02 May 2019 06:33:28 -0700] rev 54683
8221120: CopyOnWriteArrayList.set should always have volatile write semantics
Reviewed-by: martin
dl [Thu, 02 May 2019 06:33:28 -0700] rev 54682
8222930: ConcurrentSkipListMap.clone() shares size variable between original and clone
Reviewed-by: martin, smarks
Contributed-by: Adam Farley8 <adam.farley@uk.ibm.com>, Martin Buchholz <martinrb@google.com>