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:
parent
69c0f2aba4
commit
1830b30f19
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user