test/hotspot/jtreg/runtime/cds/appcds/redefineClass/RedefineBasicTest.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    26  * @test
    26  * @test
    27  * @summary Run /serviceability/jvmti/RedefineClasses/RedefineRunningMethods in AppCDS mode to
    27  * @summary Run /serviceability/jvmti/RedefineClasses/RedefineRunningMethods in AppCDS mode to
    28  *          make sure class redefinition works with CDS.
    28  *          make sure class redefinition works with CDS.
    29  * @requires vm.cds
    29  * @requires vm.cds
    30  * @library /test/lib /test/hotspot/jtreg/serviceability/jvmti/RedefineClasses /test/hotspot/jtreg/runtime/cds/appcds
    30  * @library /test/lib /test/hotspot/jtreg/serviceability/jvmti/RedefineClasses /test/hotspot/jtreg/runtime/cds/appcds
    31  * @modules java.compiler
    31  * @modules jdk.jartool/sun.tools.jar
    32  *          java.instrument
       
    33  *          jdk.jartool/sun.tools.jar
       
    34  *          java.base/jdk.internal.misc
       
    35  *          java.management
       
    36  * @run driver RedefineClassHelper
    32  * @run driver RedefineClassHelper
    37  * @build sun.hotspot.WhiteBox RedefineBasic
    33  * @build sun.hotspot.WhiteBox RedefineBasic
    38  * @run driver RedefineBasicTest
    34  * @run driver RedefineBasicTest
    39  */
    35  */
    40 
    36