src/hotspot/share/memory/allocation.hpp
changeset 53849 46ef4dea49e5
parent 53244 9807daeb47c4
child 54437 2ae93028bef3
equal deleted inserted replaced
53848:8c6a3535b9cb 53849:46ef4dea49e5
   130   f(mtTracing,       "Tracing")                                                     \
   130   f(mtTracing,       "Tracing")                                                     \
   131   f(mtLogging,       "Logging")                                                     \
   131   f(mtLogging,       "Logging")                                                     \
   132   f(mtArguments,     "Arguments")                                                   \
   132   f(mtArguments,     "Arguments")                                                   \
   133   f(mtModule,        "Module")                                                      \
   133   f(mtModule,        "Module")                                                      \
   134   f(mtSafepoint,     "Safepoint")                                                   \
   134   f(mtSafepoint,     "Safepoint")                                                   \
       
   135   f(mtSynchronizer,  "Synchronization")                                             \
   135   f(mtNone,          "Unknown")                                                     \
   136   f(mtNone,          "Unknown")                                                     \
   136   //end
   137   //end
   137 
   138 
   138 #define MEMORY_TYPE_DECLARE_ENUM(type, human_readable) \
   139 #define MEMORY_TYPE_DECLARE_ENUM(type, human_readable) \
   139   type,
   140   type,