jdk/test/java/awt/Graphics/CopyScaledArea/CopyScaledAreaTest.java
changeset 39056 d99e63b6d962
parent 36874 09abfda883d2
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
    26 import java.awt.image.VolatileImage;
    26 import java.awt.image.VolatileImage;
    27 import static sun.awt.OSInfo.*;
    27 import static sun.awt.OSInfo.*;
    28 
    28 
    29 /**
    29 /**
    30  * @test
    30  * @test
       
    31  * @key headful
    31  * @bug 8069348
    32  * @bug 8069348
    32  * @summary SunGraphics2D.copyArea() does not properly work for scaled graphics
    33  * @summary SunGraphics2D.copyArea() does not properly work for scaled graphics
    33  * @modules java.desktop/sun.awt
    34  * @modules java.desktop/sun.awt
    34  * @run main/othervm -Dsun.java2d.uiScale=2 CopyScaledAreaTest
    35  * @run main/othervm -Dsun.java2d.uiScale=2 CopyScaledAreaTest
    35  * @run main/othervm -Dsun.java2d.opengl=true -Dsun.java2d.uiScale=2 CopyScaledAreaTest
    36  * @run main/othervm -Dsun.java2d.opengl=true -Dsun.java2d.uiScale=2 CopyScaledAreaTest