hotspot/src/share/vm/memory/allocation.hpp
changeset 33097 96e348cb0442
parent 27880 afb974a04396
child 37057 03b3e1870228
equal deleted inserted replaced
33095:e56c951d8735 33097:96e348cb0442
   152   mtNMT               = 0x0A,  // memory used by native memory tracking
   152   mtNMT               = 0x0A,  // memory used by native memory tracking
   153   mtClassShared       = 0x0B,  // class data sharing
   153   mtClassShared       = 0x0B,  // class data sharing
   154   mtChunk             = 0x0C,  // chunk that holds content of arenas
   154   mtChunk             = 0x0C,  // chunk that holds content of arenas
   155   mtTest              = 0x0D,  // Test type for verifying NMT
   155   mtTest              = 0x0D,  // Test type for verifying NMT
   156   mtTracing           = 0x0E,  // memory used for Tracing
   156   mtTracing           = 0x0E,  // memory used for Tracing
   157   mtNone              = 0x0F,  // undefined
   157   mtLogging           = 0x0F,  // memory for logging
   158   mt_number_of_types  = 0x10   // number of memory types (mtDontTrack
   158   mtNone              = 0x10,  // undefined
       
   159   mt_number_of_types  = 0x11   // number of memory types (mtDontTrack
   159                                  // is not included as validate type)
   160                                  // is not included as validate type)
   160 };
   161 };
   161 
   162 
   162 typedef MemoryType MEMFLAGS;
   163 typedef MemoryType MEMFLAGS;
   163 
   164