amlu [Mon, 01 Feb 2016 09:38:08 +0800] rev 35400
8076458: java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java timeout
Reviewed-by: psandoz
Contributed-by: huaming.li@oracle.com
redestad [Sun, 31 Jan 2016 22:30:35 +0100] rev 35399
8148626: URI.toURL needs to use protocol Handler to parse file URIs
Summary: Back out the parts of 8147462 that attempted to optimize file URI to URL conversions
Reviewed-by: darcy, chegar
darcy [Fri, 29 Jan 2016 17:03:17 -0800] rev 35398
8148627: RestrictTestMaxCachedBufferSize.java to 64-bit platforms
Reviewed-by: alanb
martin [Fri, 29 Jan 2016 13:57:38 -0800] rev 35397
8148638: test failure in test/java/util/concurrent/tck
Summary: temporarily comment out assertions for not-yet-merged changes
Reviewed-by: rriggs
dl [Fri, 29 Jan 2016 11:49:37 -0800] rev 35396
8145164: Default implementation of ConcurrentMap::compute can throw NPE
Reviewed-by: martin, psandoz, chegar
dl [Fri, 29 Jan 2016 11:48:00 -0800] rev 35395
8144305: documentation of Queue interface contains reference to LinkedBlockingQueue twice in 'See Also' section
Reviewed-by: martin, psandoz, chegar
dl [Fri, 29 Jan 2016 11:44:19 -0800] rev 35394
8146467: Integrate JSR 166 jck tests into JDK repo
Reviewed-by: martin, psandoz, chegar, fyuan, jjg
redestad [Fri, 29 Jan 2016 11:35:56 +0100] rev 35393
8147462: URI.toURL could be more efficient for most non-opaque URIs
Reviewed-by: alanb, chegar
sdrach [Thu, 28 Jan 2016 09:49:00 -0800] rev 35392
8147607: Remove test library dependency on sun.security.tools.jarsigner.Main
Reviewed-by: chegar, psandoz
Contributed-by: steve.drach@oracle.com
darcy [Thu, 28 Jan 2016 18:08:53 -0800] rev 35391
8148497: Mark SSLSocketSSLEngineTemplate.java as failing intermittently
Reviewed-by: xuelei
lana [Thu, 28 Jan 2016 15:43:15 -0800] rev 35390
Merge
ksrini [Thu, 12 Nov 2015 17:56:29 -0800] rev 35389
8035473: [javadoc] Revamp the existing Doclet APIs
8146529: Update the new Doclet API
8146427: "-nohelp" option issue
8146475: "-helpfile" option issue
Reviewed-by: alanb, bpatel, ihse, jjg, jlahoda, mchung, ogb, vromero
shade [Thu, 28 Jan 2016 19:43:05 +0300] rev 35388
8148483: JEP 280: Indify String Concatenation
Reviewed-by: psandoz, mcimadamore, igerasim, forax, plevart, vlivanov, ihse
Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>, Remi Forax <forax@univ-mlv.fr>, Peter Levart <peter.levart@gmail.com>
dl [Thu, 28 Jan 2016 08:23:23 -0800] rev 35387
8144990: java/util/concurrent/forkjoin/FJExceptionTableLeak.java: OOM with Xcomp,G1GC
Reviewed-by: martin, psandoz, chegar
tonyp [Thu, 28 Jan 2016 10:58:10 -0500] rev 35386
8147468: Allow users to bound the size of buffers cached in the per-thread buffer caches
Summary: Introduces the jdk.nio.maxCachedBufferSize property.
Reviewed-by: alanb, bpb