src/hotspot/share/memory/allocation.hpp
changeset 54764 865ec913f916
parent 54669 ad45b3802d4e
child 54927 1512d88b24c6
--- a/src/hotspot/share/memory/allocation.hpp	Wed May 08 20:57:12 2019 +0800
+++ b/src/hotspot/share/memory/allocation.hpp	Wed May 08 11:11:50 2019 -0500
@@ -130,6 +130,7 @@
   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")                                                   \