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
alanb [Thu, 28 Jan 2016 12:55:19 +0000] rev 35385
8148192: (fs) Path.register can fail with Bad file descriptor and other errors
Reviewed-by: chegar
chegar [Thu, 28 Jan 2016 11:09:42 +0000] rev 35384
8148220: Update TEST.groups to include jdk/internal/math and jdk/internal/misc
Reviewed-by: coffeys
martin [Mon, 25 Jan 2016 16:07:00 -0800] rev 35383
8148174: NegativeArraySizeException in Vector.grow(int)
Summary: improve management of internal array
Reviewed-by: smarks, forax
weijun [Wed, 27 Jan 2016 21:59:00 +0800] rev 35382
8147400: Deprecate policytool
Reviewed-by: xuelei, mullan
redestad [Wed, 27 Jan 2016 13:51:35 +0100] rev 35381
8147962: URL should handle lower-casing of protocol locale-independently
Reviewed-by: chegar, alanb, naoto