--- 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.*;