test/jdk/java/lang/ProcessHandle/OnExitTest.java
changeset 47706 5d668ad5142f
parent 47216 71c04702a3d5
child 49258 be0ec3cc0c2a
equal deleted inserted replaced
47705:a6f8cacdef93 47706:5d668ad5142f
    38 import org.testng.Assert;
    38 import org.testng.Assert;
    39 import org.testng.TestNG;
    39 import org.testng.TestNG;
    40 
    40 
    41 /*
    41 /*
    42  * @test
    42  * @test
    43  * @key intermittent
       
    44  * @library /test/lib
    43  * @library /test/lib
    45  * @build jdk.test.lib.Utils
    44  * @build jdk.test.lib.Utils
    46  * @run testng OnExitTest
    45  * @run testng OnExitTest
    47  * @summary Functions of Process.onExit and ProcessHandle.onExit
    46  * @summary Functions of Process.onExit and ProcessHandle.onExit
    48  * @author Roger Riggs
    47  * @author Roger Riggs