--- old/src/hotspot/share/memory/allocation.hpp 2019-05-02 12:06:54.000000000 -0500 +++ new/src/hotspot/share/memory/allocation.hpp 2019-05-02 12:06:53.000000000 -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") \