--- old/test/runtime/NMT/ChangeTrackingLevel.java 2015-01-06 12:06:57.861549599 -0800 +++ new/test/runtime/NMT/ChangeTrackingLevel.java 2015-01-06 12:06:56.828499630 -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 --- old/test/runtime/NMT/PrintNMTStatistics.java 2015-01-06 12:07:01.158709087 -0800 +++ new/test/runtime/NMT/PrintNMTStatistics.java 2015-01-06 12:07:00.125659117 -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.*;