8175512: new TestPrintMdo.java fails with -XX:TieredStopAtLevel=1

Avoid running the test for -XX:TieredStopAtLevel=1 due to the lack of mdo data from JIT in this case.

Reviewed-by: dsamersoff, sspitsyn
This commit is contained in:
Jini George 2017-02-28 10:10:14 +05:30 committed by Jini George
parent 69c0f2aba4
commit 1830b30f19

View File

@ -39,7 +39,7 @@ import jdk.test.lib.Asserts;
/*
* @test
* @library /test/lib
* @requires vm.flavor == "server" & !vm.emulatedClient
* @requires vm.flavor == "server" & !vm.emulatedClient & !(vm.opt.TieredStopAtLevel == 1)
* @build jdk.test.lib.apps.*
* @run main/othervm TestPrintMdo
*/