< prev index next >

src/hotspot/share/memory/allocation.hpp

Print this page
@@ -312,10 +312,11 @@
    f(MethodData) \
    f(ConstantPool) \
    f(ConstantPoolCache) \
    f(Annotations) \
    f(MethodCounters) \
+   f(InlineLayoutInfo) \
    f(RecordComponent)
  
  #define METASPACE_OBJ_TYPE_DECLARE(name) name ## Type,
  #define METASPACE_OBJ_TYPE_NAME_CASE(name) case name ## Type: return #name;
  
< prev index next >