duke [Wed, 05 Jul 2017 20:54:28 +0200] rev 32999
Merge
lana [Wed, 21 Oct 2015 15:16:00 -0700] rev 32998
Merge
aefimov [Fri, 16 Oct 2015 19:05:49 +0300] rev 32997
8073519: schemagen does not report errors while generating xsd files
Reviewed-by: dfuchs
lana [Thu, 15 Oct 2015 16:51:00 -0700] rev 32996
Merge
coffeys [Thu, 15 Oct 2015 14:41:37 +0100] rev 32995
8038502: Deflater.needsInput() should use synchronization
Reviewed-by: chegar
igerasim [Thu, 15 Oct 2015 13:56:39 +0300] rev 32994
8138938: Clarify javadoc for java.util.Collections.copy()
Reviewed-by: smarks
coffeys [Thu, 15 Oct 2015 09:33:03 +0100] rev 32993
6907252: ZipFileInputStream Not Thread-Safe
Reviewed-by: sherman
darcy [Wed, 14 Oct 2015 16:17:08 -0700] rev 32992
8136799: Port fdlibm cbrt to Java
Reviewed-by: bpb
dl [Tue, 13 Oct 2015 16:45:35 -0700] rev 32991
8134853: Bulk integration of java.util.concurrent classes
8080939: ForkJoinPool and Phaser deadlock
8044616: Clients of Unsafe.compareAndSwapLong need to beware of using direct stores to the same field
8071638: [JAVADOC] Buggy example in javadoc for afterExecute to access a submitted job's Throwable
8043743: Data missed in java.util.concurrent.LinkedTransferQueue
8054446: Repeated offer and remove on ConcurrentLinkedQueue lead to an OutOfMemoryError
8031374: TEST_BUG: java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java fails Intermittently
8034208: Cleanup to test/java/util/concurrent/BlockingQueue/Interrupt.java
8035661: Test fix java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java from jsr166 CVS
8062841: ConcurrentHashMap.computeIfAbsent stuck in an endless loop
8073208: javadoc typo in java.util.concurrent.Executor
8073704: FutureTask.isDone returns true when task has not yet completed
8037093: java/util/concurrent/locks/Lock/TimedAcquireLeak.java fails intermittently
8022642: ScheduledThreadPoolExecutor with zero corePoolSize create endlessly threads
8065320: Busy loop in ThreadPoolExecutor.getTask for ScheduledThreadPoolExecutor
8129861: High processor load for ScheduledThreadPoolExecutor with 0 core threads
8051859: ScheduledExecutorService.scheduleWithFixedDelay fails with max delay
7146994: example afterExecute for ScheduledThreadPoolExecutor hangs
Reviewed-by: martin, psandoz, chegar
dl [Tue, 13 Oct 2015 16:35:22 -0700] rev 32990
8134855: Bulk integration of java.util.concurrent.locks classes
8051848: ReentrantReadWriteLock.ReadLock fails on unlock by different thread
8049843: Lack of save / restore interrupt mechanism undermines the StampedLock
Reviewed-by: martin, psandoz, chegar
dl [Tue, 13 Oct 2015 16:25:10 -0700] rev 32989
8134850: Integrate the Flow API
Reviewed-by: martin, psandoz, chegar
dl [Tue, 13 Oct 2015 16:15:06 -0700] rev 32988
8134852: Integrate fork/join with API enhancements
Reviewed-by: martin, psandoz, chegar
dl [Tue, 13 Oct 2015 16:04:56 -0700] rev 32987
8134851: Integrate CompletableFuture with API enhancements
8039378: CompletableFuture: Avoid StackOverflowError for long linear chains
Reviewed-by: martin, psandoz, chegar
plevart [Wed, 14 Oct 2015 00:08:42 +0200] rev 32986
8136893: Improve early java.lang.invoke infrastructure initialization
Reviewed-by: mhaupt, psandoz, redestad, vlivanov
chegar [Mon, 12 Oct 2015 19:14:59 +0100] rev 32985
8139297: java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.jimage.ImageNativeSubstrate
Reviewed-by: alanb, jlaskey