alanb [Thu, 17 Feb 2011 20:53:26 +0000] rev 8403
Merge
alanb [Thu, 17 Feb 2011 20:50:22 +0000] rev 8402
6526860: (fc) FileChannel.position returns 0 when FileOutputStream opened in append mode
Reviewed-by: forax
chegar [Thu, 17 Feb 2011 09:56:38 +0000] rev 8401
7017901: OOME in java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java
Summary: Unbounded queues should be disabled in the test
Reviewed-by: alanb
smarks [Wed, 16 Feb 2011 18:22:52 -0800] rev 8400
7018392: update URLJarFile.java to use try-with-resources
Reviewed-by: alanb, chegar, hawtin
sherman [Wed, 16 Feb 2011 11:11:31 -0800] rev 8399
6999337: java.exe fails to start if some directory names in path to java binaries contain Russian characters
Summary: updated to make sure the system properties are accessable by vm during initialization
Reviewed-by: alanb, mchung
chegar [Wed, 16 Feb 2011 12:38:13 +0000] rev 8398
6562203: Thread doesn't terminate immediately if it was stopped before start
Reviewed-by: dholmes, alanb
lana [Tue, 15 Feb 2011 08:34:33 -0800] rev 8397
Merge
weijun [Tue, 15 Feb 2011 12:11:15 +0800] rev 8396
7018928: test failure: sun/security/krb5/auto/SSL.java
Reviewed-by: valeriep
xuelei [Mon, 14 Feb 2011 13:31:13 -0800] rev 8395
7018897: CertPath validation cannot handle self-signed cert with bad KeyUsage
Summary: Remove KeyUsage checking for trust anchors
Reviewed-by: mullan
mduigou [Mon, 14 Feb 2011 11:00:02 -0800] rev 8394
6927486: Hashtable writeObject() may deadlock
Summary: Do not synchronize on self while writing hash table elements
Reviewed-by: alanb, mduigou
Contributed-by: Neil Richards <neil.richards@ngmr.net>
mduigou [Mon, 14 Feb 2011 10:48:46 -0800] rev 8393
Merge
mduigou [Mon, 14 Feb 2011 10:38:51 -0800] rev 8392
6934356: Vector.writeObject() serialization may deadlock
Summary: No longer synchronize on self while writing other objects.
Reviewed-by: alanb, forax, mduigou, peterjones
Contributed-by: Neil Richards <neil.richards@ngmr.net>
alanb [Mon, 14 Feb 2011 18:30:53 +0000] rev 8391
7016704: TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with new version of find (lnx)
Reviewed-by: forax
dcubed [Mon, 14 Feb 2011 09:31:58 -0800] rev 8390
6637230: 2/3 jps doesn't work for application waiting for direct attach
Summary: Properly handle exceptions thrown when querying a monitored VM.
Reviewed-by: dsamersoff, swamyv