jdk/test/java/awt/Debug/DumpOnKey/DumpOnKey.java
changeset 39056 d99e63b6d962
parent 32294 58789f875b54
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
    29 import java.awt.event.KeyEvent;
    29 import java.awt.event.KeyEvent;
    30 import java.io.PrintStream;
    30 import java.io.PrintStream;
    31 
    31 
    32 /**
    32 /**
    33  * @test
    33  * @test
       
    34  * @key headful
    34  * @bug 4379403
    35  * @bug 4379403
    35  * @run main/othervm DumpOnKey false
    36  * @run main/othervm DumpOnKey false
    36  * @run main/othervm DumpOnKey -Dsun.awt.nativedebug=true true
    37  * @run main/othervm DumpOnKey -Dsun.awt.nativedebug=true true
    37  * @run main/othervm DumpOnKey -Dsun.awt.nativedebug=true -Dawtdebug.on=true true
    38  * @run main/othervm DumpOnKey -Dsun.awt.nativedebug=true -Dawtdebug.on=true true
    38  * @run main/othervm DumpOnKey -Dsun.awt.nativedebug=false -Dawtdebug.on=true false
    39  * @run main/othervm DumpOnKey -Dsun.awt.nativedebug=false -Dawtdebug.on=true false