hotspot/test/compiler/compilercontrol/TestCompilerDirectivesCompatibilityCommandOn.java
changeset 33630 041b89e031c1
parent 33451 0712796e4039
child 34218 4b22b04519e6
equal deleted inserted replaced
33629:35bdf0672732 33630:041b89e031c1
    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:-PrintAssembly -XX:CompileCommand=print,*.* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI TestCompilerDirectivesCompatibilityCommandOn
    36  * @run testng/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
       
    37  *      -XX:-PrintAssembly -XX:CompileCommand=print,*.* -XX:+WhiteBoxAPI
       
    38  *      TestCompilerDirectivesCompatibilityCommandOn
    37  * @summary Test compiler control compatibility with compile command
    39  * @summary Test compiler control compatibility with compile command
    38  */
    40  */
    39 
    41 
    40 // import jdk.test.lib.OutputAnalyzer;
       
    41 import jdk.test.lib.dcmd.CommandExecutor;
    42 import jdk.test.lib.dcmd.CommandExecutor;
    42 import jdk.test.lib.dcmd.JMXExecutor;
    43 import jdk.test.lib.dcmd.JMXExecutor;
    43 
    44 
    44 import org.testng.annotations.Test;
    45 import org.testng.annotations.Test;
    45 import org.testng.Assert;
    46 import org.testng.Assert;