dl [Fri, 24 May 2019 08:51:04 -0700] rev 55035
8220478: java/util/concurrent/ConcurrentHashMap/ToArray.java timed out intermittently
8223379: Clarify ForkJoinPool.getStealCount() javadoc
Reviewed-by: martin
dl [Fri, 24 May 2019 08:47:39 -0700] rev 55034
8224024: java/util/concurrent/BlockingQueue/DrainToFails.java testBounded fails intermittently
Reviewed-by: martin
dl [Fri, 24 May 2019 08:43:40 -0700] rev 55033
8224176: Fix inconsistencies in @jls tags in java.util.concurrent
Reviewed-by: martin, darcy, jjg
dl [Fri, 24 May 2019 08:39:37 -0700] rev 55032
8224698: ConcurrentSkipListMap.java does not compile with the Eclipse Java Compiler
Reviewed-by: martin, clanger, smarks, dfuchs
dfuchs [Fri, 24 May 2019 15:34:14 +0100] rev 55031
8224603: Replace wildcard address with loopback or local host in tests - part 11
Summary: Fixes a batch of tests that were observed failing intermittently.
Reviewed-by: chegar, vtewari
lucy [Fri, 24 May 2019 15:36:48 +0200] rev 55030
8224742: JLONG_FORMAT_W incompatible with type jlong
Reviewed-by: thartmann, clanger
zgu [Wed, 22 May 2019 21:24:09 -0400] rev 55029
8224115: Shenandoah: Eliminate RWLock that protects recorded nmethod data array
Reviewed-by: shade
zgu [Fri, 24 May 2019 09:23:58 -0400] rev 55028
8224679: Shenandoah: Make ShenandoahParallelCodeCacheIterator noncopyable
Reviewed-by: rkennke, shade
jlahoda [Fri, 24 May 2019 12:25:18 +0200] rev 55027
8220702: compiling in the context of an automatic module disallows --add-modules ALL-MODULE-PATH
Summary: Allow --add-modules ALL-MODULE-PATH when compiling in the context of an automatic module.
Reviewed-by: jjg
dkejriwal [Thu, 23 May 2019 12:36:54 +0530] rev 55026
8214563: Use {@systemProperty} in specification of system properties in java.nio packages
8214565: Use {@systemProperty} for definitions of system properties
Reviewed-by: alanb, rriggs