master
8187443: Forest Consolidation: Move files to unified layout
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
8203681: Miscellaneous changes imported from jsr166 CVS 2018-06
8060192: Add default method <A> A[] Collection.toArray(IntFunction<A[]> generator)
8187607: [Testbug] Atomic*FieldUpdaterTest.checkPrivateAccess uses nested classes
8186171: HashMap: Entry.setValue may not work after Iterator.remove() called for previous entries
8200258: Improve CopyOnWriteArrayList subList code
8201386: Miscellaneous changes imported from jsr166 CVS 2018-05
8179314: CountedCompleterTest.testForkHelpQuiesce fails with expected:<21> but was:<13>
8192944: Miscellaneous changes imported from jsr166 CVS 2017-12-08
8186265: Make toString() methods of "task" objects more useful
8195590: Miscellaneous changes imported from jsr166 CVS 2018-02
8315683: Parallelize java/util/concurrent/tck/JSR166TestCase.java
8222930: ConcurrentSkipListMap.clone() shares size variable between original and clone
8189764: Miscellaneous changes imported from jsr166 CVS 2017-11
8188047: Add SplittableRandom.nextBytes
8191069: Miscellaneous changes imported from jsr166 CVS 2017-12
8190324: ThreadPoolExecutor should not specify a dependency on finalization
8221892: ThreadPoolExecutor: Thread.isAlive() is not equivalent to not being startable
8204375: Add TimeUnit#convert(Duration)