serb [Fri, 28 Nov 2014 13:55:09 +0300] rev 28075
8061832: J2DBench can be improved
Reviewed-by: prr, bae
serb [Fri, 28 Nov 2014 10:42:03 +0000] rev 28074
8059942: Default implementation of DrawImage.renderImageXform() should be improved for d3d/ogl
Reviewed-by: flar, prr
alexsch [Thu, 27 Nov 2014 14:27:46 +0300] rev 28073
8065098: JColorChooser no longer supports drag and drop between two JVM instances
Reviewed-by: serb, pchelko
prr [Tue, 25 Nov 2014 12:14:42 -0800] rev 28072
Merge
yan [Fri, 21 Nov 2014 16:11:03 +0300] rev 28071
8063107: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 2
8064573: [TEST_BUG] javax/swing/text/AbstractDocument/6968363/Test6968363.java is asocial pressing VK_LEFT and not releasing
8064575: [TEST_BUG] javax/swing/JEditorPane/6917744/bug6917744.java 100 times press keys and never releases
8064809: [TEST_BUG] javax/swing/JComboBox/4199622/bug4199622.java contains a lot of keyPress and not a single keyRelease
Reviewed-by: alexsch, pchelko
pchelko [Wed, 19 Nov 2014 16:42:19 +0400] rev 28070
8058193: [macosx] Potential incomplete fix for JDK-8031485
Reviewed-by: alexsch, serb
avstepan [Wed, 19 Nov 2014 14:12:59 +0400] rev 28069
8054143: move awt automated tests from AWT_Modality to OpenJDK repository - part 6
Reviewed-by: pchelko
avstepan [Tue, 18 Nov 2014 17:10:34 +0400] rev 28068
8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
Summary: Some new tests to check FileDialog modality behavior
Reviewed-by: alexsch, pchelko
avstepan [Tue, 18 Nov 2014 16:32:04 +0400] rev 28067
8055836: move awt tests from AWT_Modality to OpenJDK repository - part 9
Summary: Some modality tests for Print dialog were added
Reviewed-by: pchelko
dfuchs [Tue, 16 Dec 2014 17:32:56 +0100] rev 28066
8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible.
Summary: This test use the jrt:/ file system to find the name of all classes, then loads each of them, get their declared fields, and attempt to call setAccessible.
Reviewed-by: coffeys, dholmes, plevart
prappo [Tue, 16 Dec 2014 12:43:36 +0000] rev 28065
8066867: Add InputStream transferTo to transfer content to an OutputStream
Reviewed-by: chegar
Contributed-by: Alan Bateman <alan.bateman@oracle.com>, Chris Hegarty <chris.hegarty@oracle.com>, Patrick Reinhart <patrick@reini.net>, Pavel Rappo <pavel.rappo@oracle.com>
sherman [Tue, 16 Dec 2014 04:58:34 +0000] rev 28064
8067289: Fix deprecation warnings in java.base module - CRC32C
Summary: to remove the deprecation warning in CRC32C class
Reviewed-by: darcy
Contributed-by: staffan.friberg@oracle.com
rriggs [Mon, 15 Dec 2014 17:36:20 -0500] rev 28063
8067486: Add diagnostics for Exception: Read from closed pipe hang
Reviewed-by: lancea
bpb [Mon, 15 Dec 2014 12:09:49 -0800] rev 28062
8025619: (fc) FileInputStream.getChannel on closed stream returns FileChannel that doesn't know that stream is closed
Summary: If the stream is closed ensure getChannel() returns a closed channel. Also, FileKey.create() should throw an IOException directly instead of wrapping it in an Error.
Reviewed-by: alanb