kshefov [Tue, 25 Nov 2014 14:16:55 +0400] rev 27758
8059070: [TESTBUG] java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed - timeout
Reviewed-by: psandoz, vlivanov
alanb [Mon, 24 Nov 2014 18:11:25 +0000] rev 27757
8065720: (ch) AbstractInterruptibleChannel.end sets interrupted to null
Reviewed-by: psandoz, chegar
vlivanov [Mon, 24 Nov 2014 07:19:36 -0800] rev 27756
8059880: Get rid of LambdaForm interpretation
Reviewed-by: psandoz, kvn, shade
vlivanov [Mon, 24 Nov 2014 07:16:38 -0800] rev 27755
8063135: Enable full LF sharing by default
Reviewed-by: psandoz, shade
dfuchs [Mon, 24 Nov 2014 17:02:37 +0100] rev 27754
8060132: Handlers configured on abstract nodes in logging.properties are not always properly closed
Summary: Loggers which have been configured with a handler in the configuration file will be retained by the LogManager until reset() is called. A new configuration property is added to explicitely turn the fix off.
Reviewed-by: mchung
erikj [Mon, 24 Nov 2014 11:40:49 +0100] rev 27753
8065412: generated source to compile .properties file incorreectly includes the module name in the package name
Reviewed-by: tbell, mchung, ihse
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
emc [Mon, 10 Nov 2014 15:06:13 -0500] rev 27738
8062556: Add jdk tests for JDK-8058322 and JDK-8058313
Summary: Add tests for two hotspot reflection fixes.
Reviewed-by: dholmes
sherman [Fri, 21 Nov 2014 09:28:53 -0800] rev 27737
6321472: Add CRC-32C API
Summary: to add CRC-32C api and implementation
Reviewed-by: sherman
Contributed-by: staffan.friberg@oracle.com
ihse [Fri, 21 Nov 2014 16:05:11 +0100] rev 27736
8058631: Rename posix to unix in build system to match file name changes
Reviewed-by: simonis, erikj, tbell
bchristi [Fri, 14 Nov 2014 13:46:19 -0800] rev 27735
8064288: sun.management.Flag should loadLibrary()
Summary: Call System.loadLibrary("management") from Flag static initializer
Reviewed-by: mchung