From c3f089bd4d3af12dcbf8fc0639e6b606a99e8e66 Mon Sep 17 00:00:00 2001 From: shade Date: Wed, 27 Feb 2019 10:23:05 +0100 Subject: [PATCH] 8076274: [TESTBUG] Remove @ignore from runtime\NMT\JcmdDetailDiff.java Reviewed-by: lfoltan, coleenp --- test/runtime/NMT/JcmdDetailDiff.java | 1 - 1 file changed, 1 deletion(-) diff --git a/test/runtime/NMT/JcmdDetailDiff.java b/test/runtime/NMT/JcmdDetailDiff.java index 8f151c29b..d3a5d3e31 100644 --- a/test/runtime/NMT/JcmdDetailDiff.java +++ b/test/runtime/NMT/JcmdDetailDiff.java @@ -26,7 +26,6 @@ * @summary run NMT baseline, allocate memory and verify output from detail.diff * @key nmt jcmd * @library /testlibrary /testlibrary/whitebox - * @ignore * @build JcmdDetailDiff * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail JcmdDetailDiff -- GitLab