test/hotspot/jtreg/runtime/cds/appcds/jigsaw/PatchModule/SubClassOfPatchedClass.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    28  * @summary the class in the -cp is a subclass of the class in --patch-module. The
    28  * @summary the class in the -cp is a subclass of the class in --patch-module. The
    29  *          patched class should be used at runtime.
    29  *          patched class should be used at runtime.
    30  * @library ../..
    30  * @library ../..
    31  * @library /test/hotspot/jtreg/testlibrary
    31  * @library /test/hotspot/jtreg/testlibrary
    32  * @library /test/lib
    32  * @library /test/lib
    33  * @modules java.base/jdk.internal.misc
    33  * @modules jdk.jartool/sun.tools.jar
    34  *          jdk.jartool/sun.tools.jar
       
    35  * @build PatchMain
    34  * @build PatchMain
    36  * @run driver SubClassOfPatchedClass
    35  * @run driver SubClassOfPatchedClass
    37  */
    36  */
    38 
    37 
    39 import java.io.File;
    38 import java.io.File;