mchung [Thu, 27 Mar 2014 17:11:28 -0700] rev 23587
8038451: Incorrect initialization order of static fields in sun.nio.cs.ext.JISAutoDetect$Decoder
Reviewed-by: alanb, sherman
chegar [Thu, 27 Mar 2014 13:42:39 +0000] rev 23586
8038459: Remove superflous classes on platforms without an implementation [macosx, aix]
Reviewed-by: erikj
valeriep [Wed, 26 Mar 2014 23:53:22 +0000] rev 23585
8031003: [Parfait] warnings from jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending
Summary: Fix pending exception errors found by parfait.
Reviewed-by: weijun
chegar [Wed, 26 Mar 2014 20:57:49 +0000] rev 23584
8038438: Review comments from 8034181
Reviewed-by: alanb
chegar [Wed, 26 Mar 2014 19:53:07 +0000] rev 23583
8035158: Remove dependency on sun.misc.RegexpPool and friends
Reviewed-by: chegar, michaelm
Contributed-by: Pavel Rappo <pavel.rappo@oracle.com>
mchung [Wed, 26 Mar 2014 09:00:49 -0700] rev 23582
8038177: Eliminate unnecessary dependency to sun.security.action
Reviewed-by: chegar, alanb
alanb [Wed, 26 Mar 2014 12:25:09 +0000] rev 23581
8038343: Eliminate use of reflection to access JavaBeans Introspector
Reviewed-by: mchung, malenkov
igerasim [Wed, 26 Mar 2014 15:58:37 +0400] rev 23580
8014066: Remove redundant restriction from ArrayList#removeRange() spec
Reviewed-by: chegar, dholmes, martin, mduigou
mullan [Tue, 25 Mar 2014 20:32:46 -0400] rev 23579
Merge
mullan [Tue, 25 Mar 2014 20:32:07 -0400] rev 23578
8037258: AIOB while parsing CRL for revoked certificate
Reviewed-by: mullan
Contributed-by: rajan.halade@oracle.com
lana [Tue, 25 Mar 2014 14:51:01 -0700] rev 23577
Merge
alanb [Tue, 25 Mar 2014 10:14:09 +0000] rev 23576
8031563: TEST_BUG: java/nio/channels/Selector/ChangingInterests.java failed once
Reviewed-by: alanb
Contributed-by: michael.cui@oracle.com
chegar [Tue, 25 Mar 2014 09:31:37 +0000] rev 23575
8034181: SIGBUS in SctpChannelImpl receive
Reviewed-by: alanb, dsamersoff
bpb [Mon, 24 Mar 2014 14:35:32 -0700] rev 23574
8038163: Build failure on Mac OS 10.9.2 (Mavericks) due to warning treated as error
Summary: Add parentheses to conditional expression to appease compiler.
Reviewed-by: sla, alanb
Contributed-by: Pavel Rappo <pavel.rappo@oracle.com>
sherman [Mon, 24 Mar 2014 12:47:02 -0700] rev 23573
8033662: DateTimeFormatter parsing ignores withZone()
Summary: to include the set "zone" in resolved result
Reviewed-by: sherman, chegar
Contributed-by: scolebourne@joda.org
psandoz [Mon, 24 Mar 2014 17:07:08 +0100] rev 23572
8037857: Methods j.u.Arrays.spliterator/stream(X[], int, int) throw IAE instead of specified AIOOBE when endIndex < startIndex
Reviewed-by: alanb