--- a/hotspot/test/runtime/NMT/ChangeTrackingLevel.java Wed Jan 07 16:43:04 2015 +0100
+++ b/hotspot/test/runtime/NMT/ChangeTrackingLevel.java Tue Jan 06 16:44:53 2015 -0800
@@ -27,6 +27,7 @@
* @summary Test that you can decrease NMT tracking level but not increase it.
* @key nmt
* @library /testlibrary /../../test/lib
+ * @ignore 8067167
* @build ChangeTrackingLevel
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/runtime/NMT/PrintNMTStatistics.java Wed Jan 07 16:43:04 2015 +0100
+++ b/hotspot/test/runtime/NMT/PrintNMTStatistics.java Tue Jan 06 16:44:53 2015 -0800
@@ -27,6 +27,7 @@
* @bug 8005936 8058606
* @summary Verify PrintNMTStatistics on normal JVM exit for detail and summary tracking level
* @library /testlibrary
+ * @ignore 8067167
*/
import com.oracle.java.testlibrary.*;