dfuchs [Mon, 01 Dec 2014 21:02:21 +0100] rev 27783
8065552: setAccessible(true) on fields of Class may throw a SecurityException
Summary: This fix hides the new private Class.classLoader field from reflection, rather than making it not accessible.
Reviewed-by: mchung, coffeys
iignatyev [Mon, 01 Dec 2014 22:22:02 +0300] rev 27782
Merge
iignatyev [Mon, 01 Dec 2014 21:58:46 +0300] rev 27781
8039953: [TESTBUG] Timeout java/lang/invoke/MethodHandles/CatchExceptionTest.java
Reviewed-by: vlivanov, psandoz
iignatyev [Mon, 01 Dec 2014 21:56:54 +0300] rev 27780
8066191: Introduce time limited test executor
Reviewed-by: vlivanov, psandoz
msheppar [Mon, 01 Dec 2014 17:20:06 +0000] rev 27779
8066130: com.sun.net.httpserver stop() throws NullPointerException if it is not started
Summary: added null check on dispatcherThread variable in stop method
Reviewed-by: chegar
lancea [Mon, 01 Dec 2014 11:34:44 -0500] rev 27778
8066261: Typo in Connection.isValid
Reviewed-by: dfuchs
alanb [Mon, 01 Dec 2014 13:44:57 +0000] rev 27777
8066196: (fs) Typo in Path::normalize, empty path only returned if path does not have a root component
Reviewed-by: dfuchs
lancea [Sat, 29 Nov 2014 11:14:20 -0500] rev 27776
8066188: BaseRowSet default value for escape processing is not correct
Reviewed-by: alanb
alanb [Fri, 28 Nov 2014 14:58:10 +0000] rev 27775
8062955: (fs spec) Files.setLastModifiedTime should specify SecurityException more clearly
8062949: (fs) Files.setLastModifiedTime(path, null) does not throw NPE
Reviewed-by: chegar
dfuchs [Wed, 26 Nov 2014 20:10:48 +0100] rev 27774
8065748: Add a test to verify that non ascii characters in Encodings.properties do not cause issues
Reviewed-by: joehw
ksrini [Wed, 26 Nov 2014 11:12:19 -0800] rev 27773
8060026: Update jdk/test/tools/launcher tests to eliminate dependency on sun.tools.jar.Main
Reviewed-by: alanb, ksrini, psandoz
Contributed-by: amy.lu@oracle.com
ihse [Wed, 26 Nov 2014 15:15:27 +0100] rev 27772
8065913: Various improvements in SetupNativeCompilation
Reviewed-by: erikj
weijun [Wed, 26 Nov 2014 15:28:46 +0800] rev 27771
8061253: Spec cleanup for some security-related classes
Reviewed-by: mullan
prr [Tue, 25 Nov 2014 10:41:40 -0800] rev 27770
Merge
prr [Mon, 17 Nov 2014 12:32:27 -0800] rev 27769
Merge
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
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
alexsch [Thu, 13 Nov 2014 12:00:39 +0300] rev 27766
8064468: ownedWindowList access requires synchronization in Window.setAlwaysOnTop() method
Reviewed-by: serb, pchelko
ddehaven [Wed, 12 Nov 2014 09:36:25 -0800] rev 27765
Merge
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
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
serb [Sun, 09 Nov 2014 22:17:45 +0300] rev 27762
7169583: JInternalFrame title not antialiased in Nimbus LaF
Reviewed-by: azvegint, alexsch
prr [Thu, 06 Nov 2014 15:10:00 -0800] rev 27761
8062163: java/awt/geom/AffineTransform/TestInvertMethods.java test fails
Reviewed-by: jgodinez
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
chegar [Tue, 25 Nov 2014 18:43:44 +0000] rev 27759
8065072: sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
Reviewed-by: dfuchs
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