jdk/test/java/lang/instrument/AppendToClassPathTest.java
changeset 33402 1156d495a525
parent 30376 2ccf2cf7ea48
equal deleted inserted replaced
33373:4a0312f2894b 33402:1156d495a525
    25  * @test
    25  * @test
    26  * @bug 4882798
    26  * @bug 4882798
    27  * @summary simple test for the Class-Path manifest attribute
    27  * @summary simple test for the Class-Path manifest attribute
    28  * @author Gabriel Adauto, Wily Technology; Robert Field, Sun Microsystems
    28  * @author Gabriel Adauto, Wily Technology; Robert Field, Sun Microsystems
    29  *
    29  *
    30  * @modules java.instrument
       
    31  * @run build AppendToClassPathTest
    30  * @run build AppendToClassPathTest
    32  * @run shell AppendToClassPathSetUp.sh
    31  * @run shell AppendToClassPathSetUp.sh
    33  * @run shell MakeJAR.sh classpathAgent
    32  * @run shell MakeJAR.sh classpathAgent
    34  * @run main/othervm -javaagent:classpathAgent.jar AppendToClassPathTest AppendToClassPathTest
    33  * @run main/othervm -javaagent:classpathAgent.jar AppendToClassPathTest AppendToClassPathTest
    35  */
    34  */