--- old/src/share/classes/java/awt/SplashScreen.java 2016-05-30 22:09:55.420420200 +0300 +++ new/src/share/classes/java/awt/SplashScreen.java 2016-05-30 22:09:55.187195100 +0300 @@ -250,7 +250,7 @@ assert scale > 0; if (scale > 0 && scale != 1) { bounds.setSize((int) (bounds.getWidth() / scale), - (int) (bounds.getWidth() / scale)); + (int) (bounds.getHeight() / scale)); } return bounds; }