hotspot/test/runtime/modules/JVMAddReadsModule.java
changeset 44520 0553e129e0ec
parent 40631 ed82623d7831
child 46404 ae62ba99a1a7
equal deleted inserted replaced
44471:7e8e5ceecf99 44520:0553e129e0ec
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @modules java.base/jdk.internal.misc
    26  * @modules java.base/jdk.internal.misc
    27  * @library /test/lib ..
    27  * @library /test/lib ..
    28  * @build sun.hotspot.WhiteBox
    28  * @build sun.hotspot.WhiteBox
    29  * @compile/module=java.base java/lang/reflect/ModuleHelper.java
    29  * @compile/module=java.base java/lang/ModuleHelper.java
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI JVMAddReadsModule
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI JVMAddReadsModule
    33  */
    33  */
    34 
    34