jdk/test/java/lang/instrument/AppendToBootstrapClassPathTest.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 Boot-Class-Path manifest attribute
    27  * @summary simple test for the Boot-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 AppendToBootstrapClassPathTest ExampleForBootClassPath
    30  * @run build AppendToBootstrapClassPathTest ExampleForBootClassPath
    32  * @run shell AppendToBootstrapClassPathSetUp.sh
    31  * @run shell AppendToBootstrapClassPathSetUp.sh
    33  * @run shell MakeJAR.sh bootclasspathAgent
    32  * @run shell MakeJAR.sh bootclasspathAgent
    34  * @run main/othervm -javaagent:bootclasspathAgent.jar AppendToBootstrapClassPathTest AppendToBootstrapClassPathTest
    33  * @run main/othervm -javaagent:bootclasspathAgent.jar AppendToBootstrapClassPathTest AppendToBootstrapClassPathTest
    35  */
    34  */