Wed, 26 Nov 2014 15:28:46 +0800 8061253: Spec cleanup for some security-related classes
weijun [Wed, 26 Nov 2014 15:28:46 +0800] rev 27771
8061253: Spec cleanup for some security-related classes Reviewed-by: mullan
Tue, 25 Nov 2014 10:41:40 -0800 Merge
prr [Tue, 25 Nov 2014 10:41:40 -0800] rev 27770
Merge
Mon, 17 Nov 2014 12:32:27 -0800 Merge
prr [Mon, 17 Nov 2014 12:32:27 -0800] rev 27769
Merge
Fri, 14 Nov 2014 17:53:46 +0300 8059739: Dragged and Dropped data is corrupted for two data types
anashaty [Fri, 14 Nov 2014 17:53:46 +0300] rev 27768
8059739: Dragged and Dropped data is corrupted for two data types Reviewed-by: serb, pchelko
Fri, 14 Nov 2014 16:19:40 +0400 8023723: Can not paste and copy the text from the text area into the editor
pchelko [Fri, 14 Nov 2014 16:19:40 +0400] rev 27767
8023723: Can not paste and copy the text from the text area into the editor Reviewed-by: serb, alexsch
Thu, 13 Nov 2014 12:00:39 +0300 8064468: ownedWindowList access requires synchronization in Window.setAlwaysOnTop() method
alexsch [Thu, 13 Nov 2014 12:00:39 +0300] rev 27766
8064468: ownedWindowList access requires synchronization in Window.setAlwaysOnTop() method Reviewed-by: serb, pchelko
Wed, 12 Nov 2014 09:36:25 -0800 Merge
ddehaven [Wed, 12 Nov 2014 09:36:25 -0800] rev 27765
Merge
Mon, 10 Nov 2014 16:37:40 +0300 8063106: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 1
yan [Mon, 10 Nov 2014 16:37:40 +0300] rev 27764
8063106: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 1 Reviewed-by: pchelko, serb
Mon, 10 Nov 2014 16:23:30 +0300 8063102: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 1
yan [Mon, 10 Nov 2014 16:23:30 +0300] rev 27763
8063102: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 1 Reviewed-by: pchelko, serb
Sun, 09 Nov 2014 22:17:45 +0300 7169583: JInternalFrame title not antialiased in Nimbus LaF
serb [Sun, 09 Nov 2014 22:17:45 +0300] rev 27762
7169583: JInternalFrame title not antialiased in Nimbus LaF Reviewed-by: azvegint, alexsch
Thu, 06 Nov 2014 15:10:00 -0800 8062163: java/awt/geom/AffineTransform/TestInvertMethods.java test fails
prr [Thu, 06 Nov 2014 15:10:00 -0800] rev 27761
8062163: java/awt/geom/AffineTransform/TestInvertMethods.java test fails Reviewed-by: jgodinez
Wed, 05 Nov 2014 18:33:28 +0300 7195187: [TEST_BUG] [macosx] javax/swing/SwingUtilities/7088744/bug7088744.java failed
serb [Wed, 05 Nov 2014 18:33:28 +0300] rev 27760
7195187: [TEST_BUG] [macosx] javax/swing/SwingUtilities/7088744/bug7088744.java failed Reviewed-by: azvegint, alexsch
Tue, 25 Nov 2014 18:43:44 +0000 8065072: sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
chegar [Tue, 25 Nov 2014 18:43:44 +0000] rev 27759
8065072: sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently Reviewed-by: dfuchs
Tue, 25 Nov 2014 14:16:55 +0400 8059070: [TESTBUG] java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed - timeout
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
Mon, 24 Nov 2014 18:11:25 +0000 8065720: (ch) AbstractInterruptibleChannel.end sets interrupted to null
alanb [Mon, 24 Nov 2014 18:11:25 +0000] rev 27757
8065720: (ch) AbstractInterruptibleChannel.end sets interrupted to null Reviewed-by: psandoz, chegar
Mon, 24 Nov 2014 07:19:36 -0800 8059880: Get rid of LambdaForm interpretation
vlivanov [Mon, 24 Nov 2014 07:19:36 -0800] rev 27756
8059880: Get rid of LambdaForm interpretation Reviewed-by: psandoz, kvn, shade
Mon, 24 Nov 2014 07:16:38 -0800 8063135: Enable full LF sharing by default
vlivanov [Mon, 24 Nov 2014 07:16:38 -0800] rev 27755
8063135: Enable full LF sharing by default Reviewed-by: psandoz, shade
Mon, 24 Nov 2014 17:02:37 +0100 8060132: Handlers configured on abstract nodes in logging.properties are not always properly closed
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
Mon, 24 Nov 2014 11:40:49 +0100 8065412: generated source to compile .properties file incorreectly includes the module name in the package name
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
Sat, 22 Nov 2014 14:56:16 +0000 8065222: sun/net/www/protocol/http/B6369510.java doesn't execute as expected
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
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
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip