src/hotspot/share/memory/allocation.hpp
changeset 54669 ad45b3802d4e
parent 54437 2ae93028bef3
child 54764 865ec913f916
equal deleted inserted replaced
54668:0bda2308eded 54669:ad45b3802d4e
   116   f(mtThread,        "Thread")      /* thread objects                            */ \
   116   f(mtThread,        "Thread")      /* thread objects                            */ \
   117   f(mtThreadStack,   "Thread Stack")                                                \
   117   f(mtThreadStack,   "Thread Stack")                                                \
   118   f(mtCode,          "Code")        /* generated code                            */ \
   118   f(mtCode,          "Code")        /* generated code                            */ \
   119   f(mtGC,            "GC")                                                          \
   119   f(mtGC,            "GC")                                                          \
   120   f(mtCompiler,      "Compiler")                                                    \
   120   f(mtCompiler,      "Compiler")                                                    \
       
   121   f(mtJVMCI,         "JVMCI")                                                       \
   121   f(mtInternal,      "Internal")    /* memory used by VM, but does not belong to */ \
   122   f(mtInternal,      "Internal")    /* memory used by VM, but does not belong to */ \
   122                                     /* any of above categories, and not used by  */ \
   123                                     /* any of above categories, and not used by  */ \
   123                                     /* NMT                                       */ \
   124                                     /* NMT                                       */ \
   124   f(mtOther,         "Other")       /* memory not used by VM                     */ \
   125   f(mtOther,         "Other")       /* memory not used by VM                     */ \
   125   f(mtSymbol,        "Symbol")                                                      \
   126   f(mtSymbol,        "Symbol")                                                      \