< prev index next >

src/hotspot/share/memory/allocation.hpp

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