msheppar [Sat, 22 Nov 2014 14:56:16 +0000] rev 27752
8065222: sun/net/www/protocol/http/B6369510.java doesn't execute as expected
Summary: changed address.getHostName() to InetAddress.getLocalHost().getHostName() in URL construction in test's doClient method
Reviewed-by: chegar
martin [Fri, 21 Nov 2014 16:30:02 -0800] rev 27751
8065159: AttributedString has quadratic resize algorithm
Summary: Grow backing arrays geometrically instead of arithmetically
Reviewed-by: naoto, okutsu
smarks [Fri, 21 Nov 2014 13:32:17 -0800] rev 27750
8056313: TEST_BUG: java/util/Timer/NameConstructors.java fails intermittently
Reviewed-by: lancea, rriggs
olagneau [Fri, 21 Nov 2014 19:31:37 +0100] rev 27749
8062037: java/lang/instrument/RetransformBigClass.sh should be quarantined
Summary: Add RedefineBigClass.sh and RetransformBigClss.sh in ProblemList.txt
Reviewed-by: dcubed, sspitsyn
Contributed-by: olivier.lagneau@oracle.com
mullan [Fri, 21 Nov 2014 15:26:24 -0500] rev 27748
Merge
mullan [Fri, 21 Nov 2014 15:23:36 -0500] rev 27747
8046949: Generify the javax.xml.crypto API
Reviewed-by: xuelei
amurillo [Fri, 21 Nov 2014 09:54:23 -0800] rev 27746
Merge
amurillo [Fri, 21 Nov 2014 08:00:31 -0800] rev 27745
Merge
amurillo [Thu, 13 Nov 2014 16:11:01 -0800] rev 27744
Merge
jwilhelm [Thu, 13 Nov 2014 12:28:49 +0100] rev 27743
Merge
jwilhelm [Mon, 03 Nov 2014 15:53:03 +0100] rev 27742
Merge
brutisso [Fri, 31 Oct 2014 09:29:32 +0100] rev 27741
8061308: Remove iCMS
Reviewed-by: mgerdin, jmasa
sla [Thu, 13 Nov 2014 08:02:38 +0100] rev 27740
Merge
sspitsyn [Tue, 11 Nov 2014 21:46:02 -0800] rev 27739
6988950: JDWP exit error JVMTI_ERROR_WRONG_PHASE(112)
Summary: Synchronize the jdwp VirtualMachine command functions with the VM_DEATH event
Reviewed-by: dcubed, dsamersoff, dholmes