changeset 54669 | ad45b3802d4e |
parent 54437 | 2ae93028bef3 |
child 54764 | 865ec913f916 |
--- a/src/hotspot/share/memory/allocation.hpp Wed May 01 12:41:26 2019 -0400 +++ b/src/hotspot/share/memory/allocation.hpp Wed May 01 12:31:29 2019 -0700 @@ -118,6 +118,7 @@ f(mtCode, "Code") /* generated code */ \ f(mtGC, "GC") \ f(mtCompiler, "Compiler") \ + f(mtJVMCI, "JVMCI") \ f(mtInternal, "Internal") /* memory used by VM, but does not belong to */ \ /* any of above categories, and not used by */ \ /* NMT */ \