ddehaven [Tue, 25 Aug 2015 14:32:08 -0700] rev 32489
Merge
alexsch [Wed, 26 Aug 2015 17:21:01 +0400] rev 32488
8051548: JColorChooser should have a way to disable transparency controls
Reviewed-by: prr, serb
serb [Wed, 26 Aug 2015 18:03:21 +0300] rev 32487
8047226: closed/java/awt/Component/GetScreenLocTest/GetScreenLocTest.html clicks on Unity's tool bar
Reviewed-by: azvegint, alexsch
serb [Tue, 25 Aug 2015 13:03:08 +0300] rev 32486
8131921: Pluggable EventQueue in modular JDK
Reviewed-by: azvegint, alexsch
alexsch [Mon, 24 Aug 2015 16:06:36 +0400] rev 32485
6302464: Allow programmatic enabling of subpixel anti-aliasing in Swing on ANY platform
Reviewed-by: serb, azvegint
serb [Fri, 21 Aug 2015 20:59:07 +0300] rev 32484
8133926: No frame icon for InternalFrame in Windows LaF
Reviewed-by: azvegint, alexsch
ptbrunet [Thu, 20 Aug 2015 13:00:19 -0500] rev 32483
8133897: IndexOutOfBounds exception being thrown
Summary: In JTabbedPane.Page.getBounds return null when indexOfTab returns -1
Reviewed-by: azvegint, alexsch
Contributed-by: peter.brunet@oracle.com
serb [Thu, 20 Aug 2015 13:46:16 +0300] rev 32482
8077270: Missed test data in the test on java.beans.BeanProperty
Reviewed-by: alexsch
serb [Thu, 20 Aug 2015 13:33:12 +0300] rev 32481
8067087: Fix mac-specific deprecation warnings in the java.desktop module
Reviewed-by: azvegint, alexsch
alexsch [Wed, 19 Aug 2015 09:54:15 +0400] rev 32480
8131339: [macosx] setMaximizedBounds() doesn't work for undecorated Frame
Reviewed-by: serb
kshefov [Tue, 18 Aug 2015 20:42:02 +0300] rev 32479
8017187: [TEST BUG] [macosx] After click "test",the case failed automatically with thrown exception in the log since jdk8b75
Reviewed-by: alexsch, serb
Contributed-by: nadeesh.tv@oracle.com
serb [Tue, 18 Aug 2015 15:51:23 +0300] rev 32478
8059743: Incorrect assumtion in javax\sound\midi\Gervill\SoftProvider\GetDevice.java
Reviewed-by: alexsch, amenkov
dfuchs [Mon, 07 Sep 2015 10:37:00 +0200] rev 32477
8080486: JNI exception pending in jdk/src/java.base/windows/native/libnet/DualStackPlainSocketImpl.c
Reviewed-by: alanb, chegar, igerasim
Contributed-by: vyom.tewari@oracle.com
bpb [Fri, 04 Sep 2015 14:16:34 -0700] rev 32476
8135091: (fs) java/nio/file/Files/StreamLinesTest.java should test empty files
Summary: In lines() add zero length case and rearrange first loop to avoid duplicate cases.
Reviewed-by: rriggs
valeriep [Fri, 04 Sep 2015 19:55:40 +0000] rev 32475
8130875: Ucrypto library leaks memory when null output buffer is specified
Summary: Avoid null output buffer to work around Solaris memory leak bug in Ucrypto library
Reviewed-by: ascarpino