< 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) \
    f(AdapterHandlerEntry) \
    f(AdapterFingerPrint)
  
  #define METASPACE_OBJ_TYPE_DECLARE(name) name ## Type,
< prev index next >