src/hotspot/share/memory/allocation.hpp
changeset 47574 15294343ba19
parent 47216 71c04702a3d5
child 48794 ea0d0781c63c
equal deleted inserted replaced
47572:552a97e8edad 47574:15294343ba19
   231   bool is_metaspace_object() const;
   231   bool is_metaspace_object() const;
   232   bool is_shared() const;
   232   bool is_shared() const;
   233   void print_address_on(outputStream* st) const;  // nonvirtual address printing
   233   void print_address_on(outputStream* st) const;  // nonvirtual address printing
   234 
   234 
   235 #define METASPACE_OBJ_TYPES_DO(f) \
   235 #define METASPACE_OBJ_TYPES_DO(f) \
   236   f(Unknown) \
       
   237   f(Class) \
   236   f(Class) \
   238   f(Symbol) \
   237   f(Symbol) \
   239   f(TypeArrayU1) \
   238   f(TypeArrayU1) \
   240   f(TypeArrayU2) \
   239   f(TypeArrayU2) \
   241   f(TypeArrayU4) \
   240   f(TypeArrayU4) \