test/hotspot/jtreg/runtime/cds/appcds/jigsaw/PatchModule/Simple.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    27  * @requires vm.cds
    27  * @requires vm.cds
    28  * @summary a simple test to ensure that class is loaded from jar file in --patch-module at runtime
    28  * @summary a simple test to ensure that class is loaded from jar file in --patch-module at runtime
    29  * @library ../..
    29  * @library ../..
    30  * @library /test/hotspot/jtreg/testlibrary
    30  * @library /test/hotspot/jtreg/testlibrary
    31  * @library /test/lib
    31  * @library /test/lib
    32  * @modules java.base/jdk.internal.misc
    32  * @modules jdk.jartool/sun.tools.jar
    33  *          jdk.jartool/sun.tools.jar
       
    34  * @build PatchMain
    33  * @build PatchMain
    35  * @run driver Simple
    34  * @run driver Simple
    36  */
    35  */
    37 
    36 
    38 import jdk.test.lib.compiler.InMemoryJavaCompiler;
    37 import jdk.test.lib.compiler.InMemoryJavaCompiler;