--- old/test/jdk/javax/swing/JWindow/ShapedAndTranslucentWindows/PerPixelTranslucent.java 2017-11-07 18:05:14.592725110 +0530 +++ new/test/jdk/javax/swing/JWindow/ShapedAndTranslucentWindows/PerPixelTranslucent.java 2017-11-07 18:05:14.412635110 +0530 @@ -25,6 +25,7 @@ /* * @test + * @bug 8164811 * @key headful * @summary Check if a per-pixel translucent window is dragged and resized * by mouse correctly. @@ -42,6 +43,7 @@ * @library ../../../../lib/testlibrary * @build Common ExtendedRobot * @run main PerPixelTranslucent + * @run main/othervm -Dsun.java2d.uiScale=1.5 PerPixelTranslucent */ public class PerPixelTranslucent extends Common {