hotspot/test/compiler/compilercontrol/TestCompilerDirectivesCompatibilityBase.java
changeset 34218 4b22b04519e6
parent 33451 0712796e4039
child 35753 ee7921f045d2
equal deleted inserted replaced
34217:fb4d7b34e67e 34218:4b22b04519e6
    28  * @modules java.base/sun.misc
    28  * @modules java.base/sun.misc
    29  *          java.compiler
    29  *          java.compiler
    30  *          java.management
    30  *          java.management
    31  * @build jdk.test.lib.*
    31  * @build jdk.test.lib.*
    32  * @build jdk.test.lib.dcmd.*
    32  * @build jdk.test.lib.dcmd.*
    33  * @build sun.hotspot.WhiteBox.*
    33  * @build sun.hotspot.WhiteBox
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    35  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    35  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    36  * @run testng/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI TestCompilerDirectivesCompatibilityBase
    36  * @run testng/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI TestCompilerDirectivesCompatibilityBase
    37  * @summary Test compiler control compatibility with compile command
    37  * @summary Test compiler control compatibility with compile command
    38  */
    38  */