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
weijun [Thu, 27 Oct 2011 17:23:25 +0800] rev 10886
7104161: test/sun/tools/jinfo/Basic.sh fails on Ubuntu
Reviewed-by: alanb
lana [Wed, 26 Oct 2011 12:29:22 -0700] rev 10885
Merge
lana [Tue, 25 Oct 2011 10:51:17 -0700] rev 10884
Merge
peytoia [Wed, 26 Oct 2011 22:16:13 +0900] rev 10883
7090046: Lots of invalid link in java.text.BreakIterator comments
Reviewed-by: okutsu
chegar [Wed, 26 Oct 2011 13:58:46 +0100] rev 10882
7104650: rawtype warnings in several net, nio and security source files
Summary: Also reviewed by Ulf.Zibis@gmx.de
Reviewed-by: mcimadamore, alanb, dholmes