8281741: [testbug] PrintIdealPhaseTest fails with -Xcomp
Reviewed-by: kvn, chagedorn, thartmann
This commit is contained in:
parent
f82866bc79
commit
1c12b159ff
@ -27,7 +27,7 @@
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @requires vm.debug == true & vm.compiler2.enabled
|
||||
* @requires vm.debug == true & vm.compiler2.enabled & vm.compMode != "Xcomp"
|
||||
* @run driver compiler.oracle.PrintIdealPhaseTest
|
||||
*/
|
||||
|
||||
@ -77,6 +77,7 @@ public class PrintIdealPhaseTest {
|
||||
options.add("-XX:+PrintCompilation");
|
||||
options.add("-XX:LogFile="+logFile);
|
||||
options.add("-XX:+IgnoreUnrecognizedVMOptions");
|
||||
options.add("-XX:CompileCommand=dontinline," + getTestClass() + "::test");
|
||||
options.add("-XX:CompileCommand=PrintIdealPhase," + getTestClass() + "::test," + cmdPhases);
|
||||
options.add(getTestClass());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user