< prev index next >

src/hotspot/share/memory/allocation.hpp

Print this page

        

@@ -128,10 +128,11 @@
   f(mtClassShared,   "Shared class space")      /* class data sharing            */ \
   f(mtChunk,         "Arena Chunk") /* chunk that holds content of arenas        */ \
   f(mtTest,          "Test")        /* Test type for verifying NMT               */ \
   f(mtTracing,       "Tracing")                                                     \
   f(mtLogging,       "Logging")                                                     \
+  f(mtStatistics,    "Statistics")                                                  \
   f(mtArguments,     "Arguments")                                                   \
   f(mtModule,        "Module")                                                      \
   f(mtSafepoint,     "Safepoint")                                                   \
   f(mtSynchronizer,  "Synchronization")                                             \
   f(mtNone,          "Unknown")                                                     \
< prev index next >