test/TEST.groups

Print this page

        

@@ -442,5 +442,38 @@
 #All tests that do not depends on nashorn extension
 #
 not_needs_nashorn = \
   :jdk \
   -:needs_nashorn
+
+#All tests that use -XX:NativeMemoryTracking=detail.
+#
+needs_NMT_detail = \
+  runtime/NMT/ShutdownTwice.java \
+  runtime/NMT/PrintNMTStatistics.java \
+  runtime/NMT/MallocTrackingVerify.java \
+  runtime/NMT/JcmdScaleDetail.java \
+  runtime/NMT/MallocSiteHashOverflow.java \
+  runtime/NMT/VirtualAllocCommitUncommitRecommit.java \
+  runtime/NMT/ThreadedMallocTestType.java \
+  runtime/NMT/CommandLineDetail.java \
+  runtime/NMT/BaselineWithParameter.java \
+  runtime/NMT/MallocStressTest.java \
+  runtime/NMT/MallocRoundingReportTest.java \
+  runtime/NMT/AutoshutdownNMT.java \
+  runtime/NMT/ThreadedVirtualAllocTestType.java \
+  runtime/NMT/SummaryAfterShutdown.java \
+  runtime/NMT/VirtualAllocTestType.java \
+  runtime/NMT/ChangeTrackingLevel.java \
+  runtime/NMT/ReleaseCommittedMemory.java \
+  runtime/NMT/JcmdDetailDiff.java \
+  runtime/NMT/NMTWithCDS.java \
+  runtime/NMT/MallocTestType.java \
+  runtime/NMT/JcmdBaselineDetail.java \
+  gc/TestCardTablePageCommits.java \
+  gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java
+
+#All tests that do not use -XX:NativeMemoryTracking=detail.
+#
+not_needs_NMT_detail = \
+  :jdk \
+  -:needs_NMT_detail