--- old/test/jdk/javax/swing/JWindow/ShapedAndTranslucentWindows/PerPixelTranslucentSwing.java 2017-11-07 18:05:15.513185110 +0530 +++ new/test/jdk/javax/swing/JWindow/ShapedAndTranslucentWindows/PerPixelTranslucentSwing.java 2017-11-07 18:05:15.305081110 +0530 @@ -26,6 +26,7 @@ /* * @test + * @bug 8164811 * @key headful * @summary Check if a per-pixel translucent window shows only the area having * opaque pixels @@ -40,6 +41,7 @@ * @library ../../../../lib/testlibrary * @build Common ExtendedRobot * @run main PerPixelTranslucentSwing + * @run main/othervm -Dsun.java2d.uiScale=1.5 PerPixelTranslucentSwing */ public class PerPixelTranslucentSwing extends Common {