--- old/test/jdk/ProblemList.txt 2020-08-25 12:55:38.000000000 -0700 +++ new/test/jdk/ProblemList.txt 2020-08-25 12:55:38.000000000 -0700 @@ -272,7 +272,6 @@ sun/java2d/SunGraphics2D/SimplePrimQuality.java 6992007 generic-all sun/java2d/SunGraphics2D/SourceClippingBlitTest/SourceClippingBlitTest.java 8196185 generic-all -sun/java2d/pipe/InterpolationQualityTest.java 8171303 windows-all,linux-all,macosx-all sun/java2d/X11SurfaceData/SharedMemoryPixmapsTest/SharedMemoryPixmapsTest.sh 8221451 linux-all java/awt/FullScreen/DisplayChangeVITest/DisplayChangeVITest.java 8169469 windows-all java/awt/Graphics2D/DrawString/DrawRotatedStringUsingRotatedFont.java 8197796 generic-all --- old/test/jdk/sun/java2d/pipe/InterpolationQualityTest.java 2020-08-25 12:55:39.000000000 -0700 +++ new/test/jdk/sun/java2d/pipe/InterpolationQualityTest.java 2020-08-25 12:55:39.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -29,11 +29,11 @@ * image via rendering hints for default, xrender and opengl pipelines. * * @author Vadim.Pakhnushev@oracle.com - * @run main/othervm -Dsun.java2d.xrender=false InterpolationQualityTest - * @run main/othervm -Dsun.java2d.xrender=True InterpolationQualityTest - * @run main/othervm -Dsun.java2d.d3d=false InterpolationQualityTest - * @run main/othervm -Dsun.java2d.d3d=True InterpolationQualityTest - * @run main/othervm InterpolationQualityTest + * @run main/othervm -Dsun.java2d.uiScale=1 -Dsun.java2d.xrender=false InterpolationQualityTest + * @run main/othervm -Dsun.java2d.uiScale=1 -Dsun.java2d.xrender=True InterpolationQualityTest + * @run main/othervm -Dsun.java2d.uiScale=1 -Dsun.java2d.d3d=false InterpolationQualityTest + * @run main/othervm -Dsun.java2d.uiScale=1 -Dsun.java2d.d3d=True InterpolationQualityTest + * @run main/othervm -Dsun.java2d.uiScale=1 InterpolationQualityTest */ import java.awt.*;