Fri, 21 Nov 2014 16:30:02 -0800 8065159: AttributedString has quadratic resize algorithm
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
Fri, 21 Nov 2014 13:32:17 -0800 8056313: TEST_BUG: java/util/Timer/NameConstructors.java fails intermittently
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
Fri, 21 Nov 2014 19:31:37 +0100 8062037: java/lang/instrument/RetransformBigClass.sh should be quarantined
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
Fri, 21 Nov 2014 15:26:24 -0500 Merge
mullan [Fri, 21 Nov 2014 15:26:24 -0500] rev 27748
Merge
Fri, 21 Nov 2014 15:23:36 -0500 8046949: Generify the javax.xml.crypto API
mullan [Fri, 21 Nov 2014 15:23:36 -0500] rev 27747
8046949: Generify the javax.xml.crypto API Reviewed-by: xuelei
Fri, 21 Nov 2014 09:54:23 -0800 Merge
amurillo [Fri, 21 Nov 2014 09:54:23 -0800] rev 27746
Merge
Fri, 21 Nov 2014 08:00:31 -0800 Merge
amurillo [Fri, 21 Nov 2014 08:00:31 -0800] rev 27745
Merge
Thu, 13 Nov 2014 16:11:01 -0800 Merge
amurillo [Thu, 13 Nov 2014 16:11:01 -0800] rev 27744
Merge
Thu, 13 Nov 2014 12:28:49 +0100 Merge
jwilhelm [Thu, 13 Nov 2014 12:28:49 +0100] rev 27743
Merge
Mon, 03 Nov 2014 15:53:03 +0100 Merge
jwilhelm [Mon, 03 Nov 2014 15:53:03 +0100] rev 27742
Merge
Fri, 31 Oct 2014 09:29:32 +0100 8061308: Remove iCMS
brutisso [Fri, 31 Oct 2014 09:29:32 +0100] rev 27741
8061308: Remove iCMS Reviewed-by: mgerdin, jmasa
Thu, 13 Nov 2014 08:02:38 +0100 Merge
sla [Thu, 13 Nov 2014 08:02:38 +0100] rev 27740
Merge
Tue, 11 Nov 2014 21:46:02 -0800 6988950: JDWP exit error JVMTI_ERROR_WRONG_PHASE(112)
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
Mon, 10 Nov 2014 15:06:13 -0500 8062556: Add jdk tests for JDK-8058322 and JDK-8058313
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
Fri, 21 Nov 2014 09:28:53 -0800 6321472: Add CRC-32C API
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
Fri, 21 Nov 2014 16:05:11 +0100 8058631: Rename posix to unix in build system to match file name changes
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
Fri, 14 Nov 2014 13:46:19 -0800 8064288: sun.management.Flag should loadLibrary()
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
Thu, 20 Nov 2014 10:58:03 -0800 Merge
lana [Thu, 20 Nov 2014 10:58:03 -0800] rev 27734
Merge
Wed, 19 Nov 2014 21:28:26 -0500 8065372: Object.wait(ms, ns) timeout returns early
rriggs [Wed, 19 Nov 2014 21:28:26 -0500] rev 27733
8065372: Object.wait(ms, ns) timeout returns early Reviewed-by: martin, dholmes
Wed, 19 Nov 2014 21:22:22 -0500 8064932: java/lang/ProcessBuilder/Basic.java: waitFor didn't take long enough
rriggs [Wed, 19 Nov 2014 21:22:22 -0500] rev 27732
8064932: java/lang/ProcessBuilder/Basic.java: waitFor didn't take long enough Reviewed-by: dholmes, martin
Mon, 17 Nov 2014 23:56:53 +0100 8065070: (fmt) Avoid creating substrings when building FormatSpecifier
redestad [Mon, 17 Nov 2014 23:56:53 +0100] rev 27731
8065070: (fmt) Avoid creating substrings when building FormatSpecifier Reviewed-by: martin, shade
Thu, 06 Nov 2014 13:29:36 -0800 8062773: Clarifications for Class specification
martin [Thu, 06 Nov 2014 13:29:36 -0800] rev 27730
8062773: Clarifications for Class specification Reviewed-by: darcy, psandoz
Fri, 14 Nov 2014 11:23:07 -0800 8064846: Lazy-init thread safety problems in core reflection
martin [Fri, 14 Nov 2014 11:23:07 -0800] rev 27729
8064846: Lazy-init thread safety problems in core reflection Summary: Make several fields in core reflection volatile Reviewed-by: jfranck, shade, plevart
Mon, 17 Nov 2014 15:30:22 +0300 8065096: java.net.Authenticator.theAuthenticator should be properly synchronized
shade [Mon, 17 Nov 2014 15:30:22 +0300] rev 27728
8065096: java.net.Authenticator.theAuthenticator should be properly synchronized Reviewed-by: chegar, lancea
Mon, 17 Nov 2014 14:50:05 +0300 8064560: (tz) Support tzdata2014j
aefimov [Mon, 17 Nov 2014 14:50:05 +0300] rev 27727
8064560: (tz) Support tzdata2014j Reviewed-by: okutsu
Mon, 17 Nov 2014 14:11:08 +0300 8064914: tzdb.dat compilation failure when using tzdata2014j
aefimov [Mon, 17 Nov 2014 14:11:08 +0300] rev 27726
8064914: tzdb.dat compilation failure when using tzdata2014j Reviewed-by: sherman, coffeys
Sun, 16 Nov 2014 15:03:46 +0100 8058887: (fmt) Improve java/util/Formatter test coverage of group separators and width
redestad [Sun, 16 Nov 2014 15:03:46 +0100] rev 27725
8058887: (fmt) Improve java/util/Formatter test coverage of group separators and width Reviewed-by: sherman
Thu, 21 Aug 2014 17:51:29 +0100 8053963: (dc) Use DatagramChannel.receive() instead of read() in connect
michaelm [Thu, 21 Aug 2014 17:51:29 +0100] rev 27724
8053963: (dc) Use DatagramChannel.receive() instead of read() in connect Reviewed-by: alanb, chegar
(0) -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip