jdk/test/java/lang/instrument/PremainClass/InheritAgent0011.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 (0,0,1,1): declared 2-arg and declared 1-arg in agent class
    27  * @summary test config (0,0,1,1): declared 2-arg and declared 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 InheritAgent0011
    30  * @run shell ../MakeJAR3.sh InheritAgent0011
    32  * @run main/othervm -javaagent:InheritAgent0011.jar DummyMain
    31  * @run main/othervm -javaagent:InheritAgent0011.jar DummyMain
    33  */
    32  */
    34 
    33 
    35 import java.lang.instrument.*;
    34 import java.lang.instrument.*;