hg: jdk8u/jdk8u/jdk: 3 new changesets

rob.mckenna at oracle.com rob.mckenna at oracle.com
Mon Aug 20 15:03:26 UTC 2018


Changeset: 1ac21bcd729d
Author:    fmatte
Date:      2018-08-13 10:47 -0400
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/1ac21bcd729d

8182461: IndexOutOfBoundsException when reading indexed color BMP
Summary: added missing break to prevent erroneous fall through
Reviewed-by: prr, serb

! src/share/classes/com/sun/imageio/plugins/bmp/BMPImageReader.java
+ test/javax/imageio/plugins/bmp/BMP8BPPLoadTest.java

Changeset: 22784dc37134
Author:    dmarkov
Date:      2018-08-17 15:50 +0100
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/22784dc37134

8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
Reviewed-by: serb, aivanov

! src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java
! src/macosx/native/sun/awt/AWTWindow.m
+ test/java/awt/Window/WindowOwnedByEmbeddedFrameTest/WindowOwnedByEmbeddedFrameTest.java

Changeset: fd4e976e01bf
Author:    dmarkov
Date:      2018-08-17 15:53 +0100
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/fd4e976e01bf

8205479: OS X: requestFocus() does not work properly for embedded frame
Reviewed-by: serb, aivanov

! src/macosx/classes/sun/lwawt/macosx/CEmbeddedFrame.java
! src/macosx/classes/sun/lwawt/macosx/CPlatformEmbeddedFrame.java



More information about the jdk8u-changes mailing list