lana [Mon, 14 Nov 2011 18:18:22 -0800] rev 10918
Merge
asaha [Mon, 14 Nov 2011 11:52:09 -0800] rev 10917
Merge
xuelei [Fri, 30 Sep 2011 18:47:53 -0700] rev 10916
7096936: issue in jsse/runtime
7096937: TEST: com/sun/net/ssl/internal/ssl/GenSSLConfigs/main.java need modification as a result of TLS fix
Reviewed-by: wetmore, jdn, xuelei
xuelei [Thu, 29 Sep 2011 17:31:30 -0700] rev 10915
7064341: jsse/runtime security problem
Reviewed-by: wetmore
smarks [Wed, 21 Sep 2011 15:37:52 -0700] rev 10914
7092186: adjust package access in rmiregistry
Reviewed-by: asaha, coffeys
smarks [Tue, 30 Aug 2011 17:29:36 -0700] rev 10913
7083012: fix for RMI Registry
Reviewed-by: jdn, valeriep
smarks [Tue, 30 Aug 2011 14:30:03 -0700] rev 10912
7077466: fix for RMI DGC
Reviewed-by: valeriep
denis [Fri, 22 Jul 2011 21:14:56 +0400] rev 10911
7019773: AWTKeyStroke.ctor is a mutable static
Reviewed-by: art
asaha [Wed, 20 Jul 2011 14:45:44 -0700] rev 10910
7023640: calculation for malloc size in TransformHelper.c could overflow an integer
Reviewed-by: flar
asaha [Wed, 20 Jul 2011 09:01:04 -0700] rev 10909
7032417: Fix for 6981922 does not address multiple VM case
Reviewed-by: michaelm
asaha [Tue, 19 Jul 2011 11:04:28 -0700] rev 10908
Merge
ksrini [Fri, 15 Jul 2011 13:57:57 -0700] rev 10907
7057857: SIGSEGV [libunpack.so] store_Utf8_char(signed char*, unsigned short) in java.util.jar.pack200
Reviewed-by: jrose, asaha, hawtin
asaha [Tue, 28 Jun 2011 08:39:36 -0700] rev 10906
Merge
asaha [Mon, 27 Jun 2011 12:35:31 -0700] rev 10905
Merge
asaha [Mon, 27 Jun 2011 12:30:30 -0700] rev 10904
Merge
alanb [Mon, 27 Jun 2011 20:30:40 +0100] rev 10903
7059259: (process) ProcessBuilder.start permission check should be improved when redirecting output to append
Reviewed-by: hawtin
anthony [Tue, 21 Jun 2011 20:20:58 +0400] rev 10902
7022113: Security icon can be moved behind the window using the com.sun.SecurityWarning.setPosition() method
Reviewed-by: art, dcherepanov
alanb [Wed, 15 Jun 2011 14:49:25 +0100] rev 10901
7000600: InputStream.skip() makes sensitive data accessible to malicious code
Reviewed-by: hawtin, chegar
lana [Mon, 14 Nov 2011 18:15:37 -0800] rev 10900
Merge
lana [Tue, 08 Nov 2011 15:38:58 -0800] rev 10899
Merge
sherman [Mon, 07 Nov 2011 13:46:02 -0800] rev 10898
7096080: UTF8 update and new CESU-8 charset
7082884: Incorrect UTF8 conversion for sequence ED 31
7082883: Incorrect UTF8 conversion for sequence fc 80 80 8f bf bf
Summary: Updated UTF8 and added CESU-8 to following the latest Standard
Reviewed-by: alanb
lana [Sat, 05 Nov 2011 00:00:43 -0700] rev 10897
Merge
mduigou [Thu, 03 Nov 2011 13:26:57 -0700] rev 10896
4533691: Add Collections.emptySortedSet()
Reviewed-by: mduigou, alanb, dholmes
Contributed-by: darryl.mocek@oracle.com
ysr [Mon, 31 Oct 2011 17:38:15 -0700] rev 10895
4243978: (ref) Race condition in Reference.enqueue()
4268317: (ref) Reference.isEnqueued() can return true when instance not enqueued
Summary: The reference handler now declares, and assumes, that the discovered field, rather than the next field, is (to be) used to link the entries in the pending list, thus allowing a reference object to be safely enqueued even while it is in the pending state. Also added slightly modified regression tests from the two bug reports.
Reviewed-by: mchung, alanb, jcoomes
wetmore [Mon, 31 Oct 2011 16:23:43 -0700] rev 10894
7053252: New regression test does not compile on windows-amd64
Reviewed-by: valeriep
wetmore [Mon, 31 Oct 2011 11:54:19 -0700] rev 10893
7105780: Add SSLSocket client/SSLEngine server to templates directory
Reviewed-by: xuelei
xuelei [Sun, 30 Oct 2011 20:07:45 -0700] rev 10892
7106277: Brokenness in the seqNumberOverflow of MAC
Reviewed-by: wetmore
alanb [Sun, 30 Oct 2011 14:53:43 +0000] rev 10891
7103889: (fs) Reduce String concatenation when iterating over directory
Reviewed-by: alanb
Contributed-by: mike.skells@talk21.com
xuelei [Fri, 28 Oct 2011 07:18:54 -0700] rev 10890
7105940: Test regression: KeyStore must be from provider SunPKCS11-NSSKeyStore
Reviewed-by: weijun
mullan [Thu, 27 Oct 2011 11:01:15 -0400] rev 10889
Merge
mullan [Thu, 27 Oct 2011 10:57:35 -0400] rev 10888
7094155: JSR105 code throws javax.xml.crypto.URIReferenceException when running into Java 7 VM
Reviewed-by: xuelei
coffeys [Thu, 27 Oct 2011 10:32:08 +0100] rev 10887
7099658: Properties.loadFromXML fails with ClassCastException
Reviewed-by: alanb, mchung