jdk/test/com/sun/tools/attach/TempDirTest.java
changeset 24498 911b872460b5
parent 24119 9af809e02625
child 24509 5d02a6d25f78
equal deleted inserted replaced
24497:d51dff0b4aaf 24498:911b872460b5
    37  * @test
    37  * @test
    38  * @bug 8033104
    38  * @bug 8033104
    39  * @summary Test to make sure attach and jvmstat works correctly when java.io.tmpdir is set
    39  * @summary Test to make sure attach and jvmstat works correctly when java.io.tmpdir is set
    40  * @library /lib/testlibrary
    40  * @library /lib/testlibrary
    41  * @run build Application Shutdown RunnerUtil
    41  * @run build Application Shutdown RunnerUtil
    42  * @run main/timeout=10 TempDirTest
    42  * @run main TempDirTest
    43  */
    43  */
    44 
    44 
    45 public class TempDirTest {
    45 public class TempDirTest {
    46 
    46 
    47     public static void main(String args[]) throws Throwable {
    47     public static void main(String args[]) throws Throwable {