jdk/test/java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh
changeset 33402 1156d495a525
parent 30376 2ccf2cf7ea48
child 40690 767d0e8ab1df
equal deleted inserted replaced
33373:4a0312f2894b 33402:1156d495a525
    26 # @bug 8007935
    26 # @bug 8007935
    27 # @summary Redefine a subclass that implements two interfaces and
    27 # @summary Redefine a subclass that implements two interfaces and
    28 #   verify that the right methods are called.
    28 #   verify that the right methods are called.
    29 # @author Daniel D. Daugherty
    29 # @author Daniel D. Daugherty
    30 #
    30 #
    31 # @modules java.instrument
       
    32 # @run shell MakeJAR3.sh RedefineSubclassWithTwoInterfacesAgent 'Can-Redefine-Classes: true'
    31 # @run shell MakeJAR3.sh RedefineSubclassWithTwoInterfacesAgent 'Can-Redefine-Classes: true'
    33 # @run build RedefineSubclassWithTwoInterfacesApp
    32 # @run build RedefineSubclassWithTwoInterfacesApp
    34 # @run shell RedefineSubclassWithTwoInterfaces.sh
    33 # @run shell RedefineSubclassWithTwoInterfaces.sh
    35 #
    34 #
    36 
    35