< prev index next >

src/share/vm/memory/allocation.hpp

Print this page

        

*** 152,163 **** mtNMT = 0x0A, // memory used by native memory tracking mtClassShared = 0x0B, // class data sharing mtChunk = 0x0C, // chunk that holds content of arenas mtTest = 0x0D, // Test type for verifying NMT mtTracing = 0x0E, // memory used for Tracing ! mtNone = 0x0F, // undefined ! mt_number_of_types = 0x10 // number of memory types (mtDontTrack // is not included as validate type) }; typedef MemoryType MEMFLAGS; --- 152,164 ---- mtNMT = 0x0A, // memory used by native memory tracking mtClassShared = 0x0B, // class data sharing mtChunk = 0x0C, // chunk that holds content of arenas mtTest = 0x0D, // Test type for verifying NMT mtTracing = 0x0E, // memory used for Tracing ! mtEventTracing = 0x0F, // memory used for event tracing ! mtNone = 0x10, // undefined ! mt_number_of_types = 0x11 // number of memory types (mtDontTrack // is not included as validate type) }; typedef MemoryType MEMFLAGS;
< prev index next >