< prev index next >

src/hotspot/share/memory/allocation.hpp

Print this page

        

@@ -142,10 +142,11 @@
 /*
  * Memory types
  */
 enum MemoryType {
   MEMORY_TYPES_DO(MEMORY_TYPE_DECLARE_ENUM)
+  mtValueTypes,        // memory for buffered value types
   mt_number_of_types   // number of memory types (mtDontTrack
                        // is not included as validate type)
 };
 
 typedef MemoryType MEMFLAGS;
< prev index next >