schien [Thu, 15 Sep 2011 18:53:21 -0700] rev 10447
Added tag jdk8-b05 for changeset af07bf5ee3ea
duke [Wed, 05 Jul 2017 17:50:45 +0200] rev 10446
Merge
schien [Thu, 15 Sep 2011 18:53:09 -0700] rev 10445
Added tag jdk8-b05 for changeset 48766c0a793d
duke [Wed, 05 Jul 2017 17:50:42 +0200] rev 10444
Merge
lana [Mon, 19 Sep 2011 19:40:59 -0700] rev 10443
Merge
lana [Mon, 12 Sep 2011 16:59:34 -0700] rev 10442
Merge
lana [Sat, 10 Sep 2011 21:30:20 -0700] rev 10441
Merge
alanb [Sat, 10 Sep 2011 14:55:14 +0100] rev 10440
7089131: test/java/lang/invoke/InvokeGenericTest.java does not compile
Reviewed-by: darcy, jrose
michaelm [Fri, 09 Sep 2011 15:24:35 +0100] rev 10439
7088747: Use multicatch in Socket constructor
Reviewed-by: alanb
michaelm [Fri, 09 Sep 2011 14:14:01 +0100] rev 10438
Merge
michaelm [Fri, 09 Sep 2011 14:04:44 +0100] rev 10437
7085981: XXSocket types depend on impl finalizer to close if constructor throws exception
Reviewed-by: alanb, chegar
weijun [Fri, 09 Sep 2011 11:18:18 +0800] rev 10436
7047200: keytool safe store
Reviewed-by: xuelei
weijun [Thu, 08 Sep 2011 09:04:28 +0800] rev 10435
7087428: move client tests out of jdk_misc
Reviewed-by: alanb, ohair
mchung [Wed, 07 Sep 2011 13:42:34 -0700] rev 10434
7078024: Update JDK service tag for JDK 8
Reviewed-by: paulk
darcy [Tue, 06 Sep 2011 21:19:31 -0700] rev 10433
7086192: (reflect) Have TypeVariable extend AnnotatedElement
Reviewed-by: mcimadamore
weijun [Wed, 07 Sep 2011 08:56:55 +0800] rev 10432
7067974: multiple ETYPE-INFO-ENTRY with same etype and different salt
Reviewed-by: valeriep
darcy [Tue, 06 Sep 2011 06:17:52 -0700] rev 10431
6838776: Defer initialization of static fields in java.math.BigInteger
Reviewed-by: mduigou, mduigou
darcy [Mon, 05 Sep 2011 08:04:04 -0700] rev 10430
7086710: java/util/Formatter/Basic.java failing after 7082971
Reviewed-by: alanb
coffeys [Mon, 05 Sep 2011 11:28:23 +0100] rev 10429
7049079: NTSYSTEM CLASS IS LEAKING WINDOWS TOKENS
Reviewed-by: weijun
weijun [Mon, 05 Sep 2011 18:17:55 +0800] rev 10428
7081411: DSA keypair generation affected by Solaris bug
Reviewed-by: xuelei, mullan, alanb
weijun [Mon, 05 Sep 2011 11:22:27 +0800] rev 10427
7081783: jarsigner error when no $HOME/.keystore
Reviewed-by: xuelei
chegar [Sat, 03 Sep 2011 07:46:35 +0100] rev 10426
7084032: test/java/net/Inet6Address/B6558853.java fails on Windows XP/2003 if IPv6
Reviewed-by: chegar
Contributed-by: kurchi.subhra.hazra@oracle.com
darcy [Fri, 02 Sep 2011 16:06:08 -0700] rev 10425
6989067: BigInteger's array copiers should be converted to System.arraycopy()
Reviewed-by: mduigou, forax
sherman [Fri, 02 Sep 2011 10:20:08 -0700] rev 10424
6898310: (cs) Charset cache lookups should be synchronized
Summary: synchronize the lookup in iterator
Reviewed-by: alanb
darcy [Thu, 01 Sep 2011 23:00:09 -0700] rev 10423
7082971: More performance tuning of BigDecimal and other java.math classes
Reviewed-by: darcy
Contributed-by: sergey.kuksenko@oracle.com
chegar [Thu, 01 Sep 2011 13:53:59 +0100] rev 10422
7041800: URI.equals may incorrectly return true with escaped octets
Reviewed-by: alanb, michaelm
chegar [Thu, 01 Sep 2011 06:45:00 +0100] rev 10421
7014860: Socket.getInputStream().available() not clear for shutdown input
Reviewed-by: alanb, michaelm
weijun [Wed, 31 Aug 2011 09:22:50 +0800] rev 10420
7083664: test hard code of using c:/temp but this dir might not exist
Reviewed-by: xuelei, ohair
sherman [Tue, 30 Aug 2011 11:53:11 -0700] rev 10419
7084245: Update usages of InternalError to use exception chaining
Summary: to use new InternalError constructor with cause chainning
Reviewed-by: alanb, ksrini, xuelei, neugens
Contributed-by: sebastian.sickelmann@gmx.de
michaelm [Tue, 30 Aug 2011 14:41:12 +0100] rev 10418
Merge
michaelm [Tue, 30 Aug 2011 14:40:05 +0100] rev 10417
7084560: Crash in net.dll
Reviewed-by: chegar
Contributed-by: luchsh@linux.vnet.ibm.com
weijun [Tue, 30 Aug 2011 10:46:27 +0800] rev 10416
7083576: add javax/xml/crypto into jdk_security2
Reviewed-by: mullan