hotspot/src/share/vm/memory/allocation.hpp
changeset 26135 82b516c550f7
parent 25946 1572c9f03fb9
child 27880 afb974a04396
equal deleted inserted replaced
25956:99be217ac88d 26135:82b516c550f7
   263   f(ConstMethod) \
   263   f(ConstMethod) \
   264   f(MethodData) \
   264   f(MethodData) \
   265   f(ConstantPool) \
   265   f(ConstantPool) \
   266   f(ConstantPoolCache) \
   266   f(ConstantPoolCache) \
   267   f(Annotation) \
   267   f(Annotation) \
   268   f(MethodCounters)
   268   f(MethodCounters) \
       
   269   f(Deallocated)
   269 
   270 
   270 #define METASPACE_OBJ_TYPE_DECLARE(name) name ## Type,
   271 #define METASPACE_OBJ_TYPE_DECLARE(name) name ## Type,
   271 #define METASPACE_OBJ_TYPE_NAME_CASE(name) case name ## Type: return #name;
   272 #define METASPACE_OBJ_TYPE_NAME_CASE(name) case name ## Type: return #name;
   272 
   273 
   273   enum Type {
   274   enum Type {