< prev index next >

src/hotspot/share/memory/allocation.hpp

Print this page
@@ -128,10 +128,11 @@
    f(mtSynchronizer,   "Synchronization")                                             \
    f(mtServiceability, "Serviceability")                                              \
    f(mtMetaspace,      "Metaspace")                                                   \
    f(mtStringDedup,    "String Deduplication")                                        \
    f(mtObjectMonitor,  "Object Monitors")                                             \
+   f(mtOMWorld,        "OM World")                                                    \
    f(mtNone,           "Unknown")                                                     \
    //end
  
  #define MEMORY_TYPE_DECLARE_ENUM(type, human_readable) \
    type,
< prev index next >