jdk/test/com/sun/tools/attach/TempDirTest.java
changeset 24509 5d02a6d25f78
parent 24498 911b872460b5
child 25155 8b98011eac74
equal deleted inserted replaced
24508:b4afda4d4fa1 24509:5d02a6d25f78
    36 /*
    36 /*
    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 jdk.testlibrary.* Application Shutdown RunnerUtil
    42  * @run main TempDirTest
    42  * @run main TempDirTest
    43  */
    43  */
    44 
    44 
    45 public class TempDirTest {
    45 public class TempDirTest {
    46 
    46