hotspot/test/compiler/compilercontrol/TestCompilerDirectivesCompatibilityCommandOn.java
equal
deleted
inserted
replaced
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; |