test/hotspot/jtreg/runtime/cds/appcds/jigsaw/PatchModule/CustomPackage.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    29  *          module in the jimage, the class will not be found during dump
    29  *          module in the jimage, the class will not be found during dump
    30  *          time but it will be used during run time.
    30  *          time but it will be used during run time.
    31  * @library ../..
    31  * @library ../..
    32  * @library /test/hotspot/jtreg/testlibrary
    32  * @library /test/hotspot/jtreg/testlibrary
    33  * @library /test/lib
    33  * @library /test/lib
    34  * @modules java.base/jdk.internal.misc
    34  * @modules jdk.jartool/sun.tools.jar
    35  *          jdk.jartool/sun.tools.jar
       
    36  * @build PatchMain
    35  * @build PatchMain
    37  * @run driver CustomPackage
    36  * @run driver CustomPackage
    38  */
    37  */
    39 
    38 
    40 import jdk.test.lib.compiler.InMemoryJavaCompiler;
    39 import jdk.test.lib.compiler.InMemoryJavaCompiler;