< prev index next >

test/compiler/compilercontrol/TestCompilerDirectivesCompatibilityCommandOn.java

Print this page
rev 9435 : imported patch WB-build
rev 9229 : 8141129: 3 compiler control tests fail on product builds
Summary: UnlockDiagnosticVMOptions should be placed before the PrintAssembly
Reviewed-by: kvn
rev 9148 : 8137167: JEP165: Compiler Control: Implementation task
Summary: Compiler Control JEP
Reviewed-by: roland, twisti, zmajo, simonis

*** 28,38 **** * @modules java.base/sun.misc * java.compiler * java.management * @build jdk.test.lib.* * @build jdk.test.lib.dcmd.* ! * @build sun.hotspot.WhiteBox.* * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run testng/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:-PrintAssembly -XX:CompileCommand=print,*.* -XX:+WhiteBoxAPI * TestCompilerDirectivesCompatibilityCommandOn --- 28,38 ---- * @modules java.base/sun.misc * java.compiler * java.management * @build jdk.test.lib.* * @build jdk.test.lib.dcmd.* ! * @build sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run testng/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:-PrintAssembly -XX:CompileCommand=print,*.* -XX:+WhiteBoxAPI * TestCompilerDirectivesCompatibilityCommandOn
< prev index next >