jdk/test/java/lang/instrument/PremainClass/InheritAgent1100.java
changeset 33402 1156d495a525
parent 30376 2ccf2cf7ea48
equal deleted inserted replaced
33373:4a0312f2894b 33402:1156d495a525
    25  * @test
    25  * @test
    26  * @bug 6289149
    26  * @bug 6289149
    27  * @summary test config (1,1,0,0): inherited 2-arg and inherited 1-arg in agent class
    27  * @summary test config (1,1,0,0): inherited 2-arg and inherited 1-arg in agent class
    28  * @author Daniel D. Daugherty, Sun Microsystems
    28  * @author Daniel D. Daugherty, Sun Microsystems
    29  *
    29  *
    30  * @modules java.instrument
       
    31  * @run shell ../MakeJAR3.sh InheritAgent1100
    30  * @run shell ../MakeJAR3.sh InheritAgent1100
    32  * @run main/othervm -javaagent:InheritAgent1100.jar DummyMain
    31  * @run main/othervm -javaagent:InheritAgent1100.jar DummyMain
    33  */
    32  */
    34 
    33 
    35 import java.lang.instrument.*;
    34 import java.lang.instrument.*;