< prev index next >

test/compiler/compilercontrol/TestCompilerDirectivesCompatibilityCommandOff.java

Print this page

        

*** 23,42 **** /* * @test TestCompilerDirectivesCompatibilityCommandOff * @bug 8137167 * @summary Test compiler control compatibility with compile command ! * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc * java.compiler * java.management * ! * @build jdk.test.lib.* ! * jdk.test.lib.dcmd.* ! * sun.hotspot.WhiteBox ! * compiler.testlibrary.CompilerUtils ! * compiler.compilercontrol.TestCompilerDirectivesCompatibilityCommandOff * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run testng/othervm -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions * -XX:-PrintAssembly -XX:CompileCommand=option,*.helper,bool,PrintAssembly,false * -XX:+WhiteBoxAPI --- 23,38 ---- /* * @test TestCompilerDirectivesCompatibilityCommandOff * @bug 8137167 * @summary Test compiler control compatibility with compile command ! * @library /test/lib / * @modules java.base/jdk.internal.misc * java.compiler * java.management * ! * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run testng/othervm -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions * -XX:-PrintAssembly -XX:CompileCommand=option,*.helper,bool,PrintAssembly,false * -XX:+WhiteBoxAPI
< prev index next >