--- old/test/jdk/javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedPerPixelTranslucentGradient.java 2017-11-07 18:05:16.013435111 +0530 +++ new/test/jdk/javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedPerPixelTranslucentGradient.java 2017-11-07 18:05:15.789323111 +0530 @@ -26,7 +26,7 @@ /* * @test * @key headful - * @bug 7043845 + * @bug 7043845 8164811 * @summary Check if shaped and per-pixel translucent window is dragged and * resized by mouse correctly. * Test Description: Check if PERPIXEL_TRANSLUCENT and PERPIXEL_TRANSPARENT @@ -48,6 +48,7 @@ * @library ../../../../lib/testlibrary * @build Common ExtendedRobot * @run main ShapedPerPixelTranslucentGradient + * @run main/othervm -Dsun.java2d.uiScale=1.5 ShapedPerPixelTranslucentGradient */ public class ShapedPerPixelTranslucentGradient extends Common {