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