alanb [Tue, 14 Jan 2014 11:55:26 +0000] rev 23901
8031394: (sl) Fix exception handling in ServiceLoader
Reviewed-by: ahgross, mchung, weijun
pchelko [Wed, 15 Jan 2014 11:53:54 +0400] rev 23900
8031477: [macosx] Loading AWT native library fails
8002191: AWT-Shutdown thread does not start with the AppletSecurity on Linux
8031032: SQE test failures after JDK-8025010 was fixed
Reviewed-by: serb, ddehaven
dfuchs [Thu, 16 Jan 2014 17:49:40 +0100] rev 23899
8029740: Enhance handling of loggers
Reviewed-by: mchung, ahgross
jrose [Fri, 13 Dec 2013 18:06:31 -0800] rev 23898
8029844: Enhance argument validation
Summary: make defensive copy of a varargs array
Reviewed-by: mchung, twisti, ahgross
juh [Fri, 10 Jan 2014 13:42:44 -0800] rev 23897
8029745: Enhance algorithm checking
Summary: Intialize SIGNATURE_PRIMITIVE_SET with Collections.unmodifiableSet()
Reviewed-by: mullan
pchelko [Wed, 18 Dec 2013 10:43:11 +0400] rev 23896
8029760: Enhance AWT image libraries
Reviewed-by: prr, vadim, mschoene
kizune [Thu, 19 Dec 2013 14:57:13 +0400] rev 23895
8029697: Update Poller demo
Reviewed-by: dcubed
alanb [Thu, 19 Dec 2013 12:14:04 +0000] rev 23894
8026716: (aio) Enhance asynchronous channel handling
Reviewed-by: chegar, ahgross
pchelko [Fri, 20 Dec 2013 15:43:41 +0400] rev 23893
8025010: Enhance AWT contexts
Reviewed-by: art, serb, hawtin
prr [Fri, 20 Dec 2013 09:58:29 -0800] rev 23892
8029854: Enhance JPEG decodings
Reviewed-by: bae, vadim, mschoene
vadim [Tue, 12 Nov 2013 11:32:48 +0400] rev 23891
8023046: Enhance splashscreen support
Reviewed-by: anthony, pchelko, mschoene
jbachorik [Mon, 23 Dec 2013 15:33:11 +0100] rev 23890
8029735: Enhance service mgmt natives
Reviewed-by: sla, mschoene
serb [Fri, 10 Jan 2014 19:21:44 +0400] rev 23889
8026163: Enhance media provisioning
Reviewed-by: art, skoivu
serb [Fri, 10 Jan 2014 19:45:41 +0400] rev 23888
8029730: Improve audio device additions
Reviewed-by: prr, mschoene
alanb [Tue, 15 Apr 2014 17:04:40 +0100] rev 23887
8040262: (fs) Misc. typos in comments and implementation
Reviewed-by: alanb, chegar
Contributed-by: pavel.rappo@oracle.com
chegar [Tue, 15 Apr 2014 11:24:42 +0100] rev 23886
8039362: Read content-types.properties as a resource
Reviewed-by: erikj, alanb, mchung
jbachorik [Tue, 15 Apr 2014 09:23:07 +0200] rev 23885
8040167: JDWP spec for ClassType#InvokeMethod contradicts JLS
Reviewed-by: sla, sspitsyn
chegar [Tue, 15 Apr 2014 08:28:30 +0100] rev 23884
8040038: java/net/URLPermission/nstest/lookup.sh fails with ClassNotFoundException
Reviewed-by: alanb
xuelei [Mon, 14 Apr 2014 13:40:45 +0000] rev 23883
8040062: Need to add new methods in BaseSSLSocketImpl
Reviewed-by: mullan
igerasim [Mon, 14 Apr 2014 16:15:10 +0400] rev 23882
8009637: Some error messages are missing a space
Reviewed-by: alanb
sla [Wed, 02 Apr 2014 12:03:25 +0200] rev 23881
8038963: com/sun/jdi tests fail because cygwin's ps sometimes misses processes
Reviewed-by: dcubed, jbachorik
sherman [Sat, 12 Apr 2014 14:38:50 -0700] rev 23880
8039751: UTF-8 decoder fails to handle some edge cases correctly
Summary: to update decoder.isMalformed4_2() to correctly detect out of range 2nd byte
Reviewed-by: alanb
michaelm [Sat, 12 Apr 2014 20:21:09 +0100] rev 23879
8036979: Support java.net.SocketOption<> in java.net socket types
Reviewed-by: alanb, chegar
katleman [Thu, 17 Apr 2014 10:13:55 -0700] rev 23878
Added tag jdk9-b09 for changeset 56fc7867c5c9
duke [Wed, 05 Jul 2017 19:37:10 +0200] rev 23877
Merge
lana [Thu, 17 Apr 2014 15:22:41 -0700] rev 23876
Merge
amurillo [Tue, 15 Apr 2014 15:37:36 -0700] rev 23875
Merge
amurillo [Fri, 11 Apr 2014 11:39:04 -0700] rev 23874
Merge
allwin [Fri, 11 Apr 2014 13:04:59 +0200] rev 23873
Merge
coleenp [Tue, 08 Apr 2014 13:58:38 -0400] rev 23872
8028497: SIGSEGV at ClassLoaderData::oops_do(OopClosure*, KlassClosure*, bool)
Summary: Keep class in CLD::_klasses list and mirror created for CDS classes if OOM during restore_shareable_info(). This keeps pointers consistent for CMS.
Reviewed-by: ehelin, stefank, jmasa, iklam
mgronlun [Tue, 08 Apr 2014 11:50:01 +0200] rev 23871
8039348: -XX:+TraceDeoptimization -XX:+Verbose -Xcomp can crash VM
Reviewed-by: kvn, sla
sla [Tue, 08 Apr 2014 08:14:14 +0200] rev 23870
8038296: sun/tools/jinfo/Basic.sh: java.io.IOException: Command failed in target VM
Reviewed-by: sspitsyn, coleenp, dsamersoff