sadayapalam [Tue, 13 Oct 2015 09:48:03 +0530] rev 33020
8000316: Huge performance bottleneck in com.sun.tools.javac.comp.Check.localClassName
Summary: Speed up Check.localClassName by avoiding generating names known to be in use already
Reviewed-by: mcimadamore, jlahoda, sadayapalam
Contributed-by: dmitry.chuyko@oracle.com
sadayapalam [Mon, 12 Oct 2015 19:43:44 +0530] rev 33019
8139245: compiler crashes with exception on int:new method reference and generic method inference
Reviewed-by: mcimadamore
mcimadamore [Mon, 12 Oct 2015 12:24:33 +0100] rev 33018
8138840: NPE when compiling bitwise operations with illegal operand types
8139243: compiler crashes with exception on sum operation of String var and void method call result
8139249: Compiler crashes on unary bitwise complement with non-integral operand
Summary: Certain binary operator checks are accepting more operands than required.
Reviewed-by: jlahoda
lana [Mon, 19 Oct 2015 00:25:14 -0700] rev 33017
Added tag jdk9-b87 for changeset 610c74da519c
duke [Wed, 05 Jul 2017 20:54:48 +0200] rev 33016
Merge
lana [Wed, 21 Oct 2015 15:15:26 -0700] rev 33015
Merge
aefimov [Fri, 16 Oct 2015 19:07:08 +0300] rev 33014
8073519: schemagen does not report errors while generating xsd files
Reviewed-by: dfuchs
lana [Mon, 19 Oct 2015 00:25:03 -0700] rev 33013
Added tag jdk9-b87 for changeset 611cd2f9832d
duke [Wed, 05 Jul 2017 20:54:42 +0200] rev 33012
Merge
lana [Mon, 19 Oct 2015 00:25:01 -0700] rev 33011
Added tag jdk9-b87 for changeset 659a7814aa2e
duke [Wed, 05 Jul 2017 20:54:36 +0200] rev 33010
Merge
lana [Wed, 21 Oct 2015 15:15:33 -0700] rev 33009
Merge
lana [Thu, 15 Oct 2015 16:50:08 -0700] rev 33008
Merge
attila [Mon, 12 Oct 2015 14:52:47 +0200] rev 33007
8139282: Remove @author and @id tags from Dynalink JavaDoc; some minor edits
Reviewed-by: mhaupt, sundar
attila [Mon, 12 Oct 2015 13:44:38 +0200] rev 33006
8139270: Drastically reduce memory footprint of ChainedCallSite
Reviewed-by: hannesw, sundar
mhaupt [Mon, 12 Oct 2015 13:36:41 +0200] rev 33005
8139266: add JSAdapter example with fallthrough
Reviewed-by: attila, hannesw
attila [Mon, 12 Oct 2015 10:28:27 +0200] rev 33004
8139274: Use JDK 8 default method for LinkerServices.asTypeLosslessReturn
Reviewed-by: lagergren, sundar
attila [Mon, 12 Oct 2015 10:27:32 +0200] rev 33003
8139273: Small improvements to DynamicLinker and DynamicLinkerFactory
Reviewed-by: lagergren, sundar
lana [Mon, 19 Oct 2015 00:25:16 -0700] rev 33002
Added tag jdk9-b87 for changeset 9f7dd20687ba
duke [Wed, 05 Jul 2017 20:54:31 +0200] rev 33001
Merge
lana [Mon, 19 Oct 2015 00:24:56 -0700] rev 33000
Added tag jdk9-b87 for changeset 6f6a93f70f07
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