8175512: new TestPrintMdo.java fails with -XX:TieredStopAtLevel=1
authorjgeorge
Tue, 28 Feb 2017 10:10:14 +0530
changeset 44087 deab1e2f0ebf
parent 44086 9a5b97523f70
child 44088 fb5421685295
8175512: new TestPrintMdo.java fails with -XX:TieredStopAtLevel=1 Summary: Avoid running the test for -XX:TieredStopAtLevel=1 due to the lack of mdo data from JIT in this case. Reviewed-by: dsamersoff, sspitsyn Contributed-by: jini.george@oracle.com
hotspot/test/serviceability/sa/TestPrintMdo.java
--- a/hotspot/test/serviceability/sa/TestPrintMdo.java	Mon Feb 27 15:59:22 2017 -0800
+++ b/hotspot/test/serviceability/sa/TestPrintMdo.java	Tue Feb 28 10:10:14 2017 +0530
@@ -39,7 +39,7 @@
 /*
  * @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
  */