Mon, 12 Oct 2015 10:27:32 +0200 8139273: Small improvements to DynamicLinker and DynamicLinkerFactory
attila [Mon, 12 Oct 2015 10:27:32 +0200] rev 33003
8139273: Small improvements to DynamicLinker and DynamicLinkerFactory Reviewed-by: lagergren, sundar
Mon, 19 Oct 2015 00:25:16 -0700 Added tag jdk9-b87 for changeset 9f7dd20687ba
lana [Mon, 19 Oct 2015 00:25:16 -0700] rev 33002
Added tag jdk9-b87 for changeset 9f7dd20687ba
Wed, 05 Jul 2017 20:54:31 +0200 Merge
duke [Wed, 05 Jul 2017 20:54:31 +0200] rev 33001
Merge
Mon, 19 Oct 2015 00:24:56 -0700 Added tag jdk9-b87 for changeset 6f6a93f70f07
lana [Mon, 19 Oct 2015 00:24:56 -0700] rev 33000
Added tag jdk9-b87 for changeset 6f6a93f70f07
Wed, 05 Jul 2017 20:54:28 +0200 Merge
duke [Wed, 05 Jul 2017 20:54:28 +0200] rev 32999
Merge
Wed, 21 Oct 2015 15:16:00 -0700 Merge
lana [Wed, 21 Oct 2015 15:16:00 -0700] rev 32998
Merge
Fri, 16 Oct 2015 19:05:49 +0300 8073519: schemagen does not report errors while generating xsd files
aefimov [Fri, 16 Oct 2015 19:05:49 +0300] rev 32997
8073519: schemagen does not report errors while generating xsd files Reviewed-by: dfuchs
Thu, 15 Oct 2015 16:51:00 -0700 Merge
lana [Thu, 15 Oct 2015 16:51:00 -0700] rev 32996
Merge
Thu, 15 Oct 2015 14:41:37 +0100 8038502: Deflater.needsInput() should use synchronization
coffeys [Thu, 15 Oct 2015 14:41:37 +0100] rev 32995
8038502: Deflater.needsInput() should use synchronization Reviewed-by: chegar
Thu, 15 Oct 2015 13:56:39 +0300 8138938: Clarify javadoc for java.util.Collections.copy()
igerasim [Thu, 15 Oct 2015 13:56:39 +0300] rev 32994
8138938: Clarify javadoc for java.util.Collections.copy() Reviewed-by: smarks
Thu, 15 Oct 2015 09:33:03 +0100 6907252: ZipFileInputStream Not Thread-Safe
coffeys [Thu, 15 Oct 2015 09:33:03 +0100] rev 32993
6907252: ZipFileInputStream Not Thread-Safe Reviewed-by: sherman
Wed, 14 Oct 2015 16:17:08 -0700 8136799: Port fdlibm cbrt to Java
darcy [Wed, 14 Oct 2015 16:17:08 -0700] rev 32992
8136799: Port fdlibm cbrt to Java Reviewed-by: bpb
Tue, 13 Oct 2015 16:45:35 -0700 8134853: Bulk integration of java.util.concurrent classes
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
Tue, 13 Oct 2015 16:35:22 -0700 8134855: Bulk integration of java.util.concurrent.locks classes
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
Tue, 13 Oct 2015 16:25:10 -0700 8134850: Integrate the Flow API
dl [Tue, 13 Oct 2015 16:25:10 -0700] rev 32989
8134850: Integrate the Flow API Reviewed-by: martin, psandoz, chegar
Tue, 13 Oct 2015 16:15:06 -0700 8134852: Integrate fork/join with API enhancements
dl [Tue, 13 Oct 2015 16:15:06 -0700] rev 32988
8134852: Integrate fork/join with API enhancements Reviewed-by: martin, psandoz, chegar
Tue, 13 Oct 2015 16:04:56 -0700 8134851: Integrate CompletableFuture with API enhancements
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
Wed, 14 Oct 2015 00:08:42 +0200 8136893: Improve early java.lang.invoke infrastructure initialization
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
Mon, 12 Oct 2015 19:14:59 +0100 8139297: java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.jimage.ImageNativeSubstrate
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
Mon, 12 Oct 2015 20:13:22 +0200 8033661: readConfiguration does not cleanly reinitialize the logging system
dfuchs [Mon, 12 Oct 2015 20:13:22 +0200] rev 32984
8033661: readConfiguration does not cleanly reinitialize the logging system Summary: two new updateConfiguration methods have been added to LogManager: call updateConfiguration to update a configuration *after* the LogManager is initialized. Reviewed-by: mchung
Mon, 12 Oct 2015 17:07:40 +0800 8139407: Mark java/rmi/registry/readTest/readTest.sh as intermittently failing
amlu [Mon, 12 Oct 2015 17:07:40 +0800] rev 32983
8139407: Mark java/rmi/registry/readTest/readTest.sh as intermittently failing Reviewed-by: chegar
Sat, 10 Oct 2015 17:30:04 +0100 8139179: URLStreamHandler* should link to URL ctor that specifies how factories/providers are located
chegar [Sat, 10 Oct 2015 17:30:04 +0100] rev 32982
8139179: URLStreamHandler* should link to URL ctor that specifies how factories/providers are located Reviewed-by: alanb
Sat, 10 Oct 2015 17:27:10 +0100 8139307: Remove sun.misc.ConditionLock and Lock
chegar [Sat, 10 Oct 2015 17:27:10 +0100] rev 32981
8139307: Remove sun.misc.ConditionLock and Lock Reviewed-by: alanb, lancea, martin, mchung, shade, smarks
Sat, 10 Oct 2015 12:52:09 +0300 8139107: DateTimeFormatter with Locale.UK throw a NullPointerException when parsing zone
aefimov [Sat, 10 Oct 2015 12:52:09 +0300] rev 32980
8139107: DateTimeFormatter with Locale.UK throw a NullPointerException when parsing zone Reviewed-by: naoto
Mon, 19 Oct 2015 00:25:06 -0700 Added tag jdk9-b87 for changeset eac9db06fb85
lana [Mon, 19 Oct 2015 00:25:06 -0700] rev 32979
Added tag jdk9-b87 for changeset eac9db06fb85
Wed, 05 Jul 2017 20:54:18 +0200 Merge
duke [Wed, 05 Jul 2017 20:54:18 +0200] rev 32978
Merge
Mon, 19 Oct 2015 00:24:58 -0700 Added tag jdk9-b87 for changeset b53b8a1f9285
lana [Mon, 19 Oct 2015 00:24:58 -0700] rev 32977
Added tag jdk9-b87 for changeset b53b8a1f9285
Wed, 21 Oct 2015 15:15:16 -0700 Merge
lana [Wed, 21 Oct 2015 15:15:16 -0700] rev 32976
Merge
Thu, 15 Oct 2015 16:49:49 -0700 Merge
lana [Thu, 15 Oct 2015 16:49:49 -0700] rev 32975
Merge
Mon, 12 Oct 2015 11:49:29 +0200 8139413: Use --with-x to set X11 root directory
ihse [Mon, 12 Oct 2015 11:49:29 +0200] rev 32974
8139413: Use --with-x to set X11 root directory Reviewed-by: erikj
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip