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