jdk/test/sun/java2d/pipe/hw/RSLContextInvalidationTest/RSLContextInvalidationTest.java
changeset 31448 1066345d2a8a
parent 5506 202f599c92aa
child 39056 d99e63b6d962
equal deleted inserted replaced
31447:a5d56b872e3a 31448:1066345d2a8a
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2008, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6764257
    26  * @bug 6764257
    27  * @summary Tests that the color is reset properly after save/restore context
    27  * @summary Tests that the color is reset properly after save/restore context
    28  * @author Dmitri.Trembovetski@sun.com: area=Graphics
    28  * @author Dmitri.Trembovetski@sun.com: area=Graphics
       
    29  * @modules java.desktop/sun.java2d
       
    30  *          java.desktop/sun.java2d.pipe
       
    31  *          java.desktop/sun.java2d.pipe.hw
    29  * @compile -XDignore.symbol.file=true RSLContextInvalidationTest.java
    32  * @compile -XDignore.symbol.file=true RSLContextInvalidationTest.java
    30  * @run main/othervm RSLContextInvalidationTest
    33  * @run main/othervm RSLContextInvalidationTest
    31  * @run main/othervm -Dsun.java2d.noddraw=true RSLContextInvalidationTest
    34  * @run main/othervm -Dsun.java2d.noddraw=true RSLContextInvalidationTest
    32  * @run main/othervm -Dsun.java2d.opengl=True RSLContextInvalidationTest
    35  * @run main/othervm -Dsun.java2d.opengl=True RSLContextInvalidationTest
    33  */
    36  */