jdk/test/sun/java2d/OpenGL/CopyAreaOOB.java
changeset 39056 d99e63b6d962
parent 32677 171c6332a2cd
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
       
    26  * @key headful
    26  * @bug 6430601
    27  * @bug 6430601
    27  * @summary Verifies that copyArea() works properly when the
    28  * @summary Verifies that copyArea() works properly when the
    28  * destination parameters are outside the destination bounds.
    29  * destination parameters are outside the destination bounds.
    29  * @run main/othervm CopyAreaOOB
    30  * @run main/othervm CopyAreaOOB
    30  * @run main/othervm -Dsun.java2d.opengl=True CopyAreaOOB
    31  * @run main/othervm -Dsun.java2d.opengl=True CopyAreaOOB