jdk/test/sun/java2d/SunGraphics2D/SurfaceDestination/SurfaceDestination.java
changeset 39056 d99e63b6d962
parent 32492 0808495400e5
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
    39 import static java.awt.Transparency.TRANSLUCENT;
    39 import static java.awt.Transparency.TRANSLUCENT;
    40 import static java.awt.image.BufferedImage.TYPE_INT_ARGB;
    40 import static java.awt.image.BufferedImage.TYPE_INT_ARGB;
    41 
    41 
    42 /**
    42 /**
    43  * @test
    43  * @test
       
    44  * @key headful
    44  * @bug 8134603
    45  * @bug 8134603
    45  * @modules java.desktop/sun.java2d
    46  * @modules java.desktop/sun.java2d
    46  * @run main/othervm SurfaceDestination
    47  * @run main/othervm SurfaceDestination
    47  */
    48  */
    48 public final class SurfaceDestination {
    49 public final class SurfaceDestination {