8326521: JFR: CompilerPhase event test fails on windows 32 bit · openjdk/jdk8u-dev@8892b81 (original) (raw)
File tree
1 file changed
lines changed
- jdk/test/jdk/jfr/event/compiler
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -45,6 +45,7 @@ | ||
45 | 45 | * @run main ClassFileInstaller sun.hotspot.WhiteBox |
46 | 46 | * sun.hotspot.WhiteBox$WhiteBoxPermission |
47 | 47 | * @run main/othervm -Xbootclasspath/a:. |
48 | + * -XX:-NeverActAsServerClassMachine | |
48 | 49 | * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
49 | 50 | * -XX:CompileOnly=jdk.jfr.event.compiler.TestCompilerPhase::dummyMethod |
50 | 51 | * -Xbootclasspath/a:. |