comparison src/share/vm/memory/allocation.hpp @ 11020:3a0774193f71

Merge
author chegar
date Wed, 19 Jun 2013 11:02:10 +0100
parents eaf3742822ec f2110083203d
children 9f3e3245b50f
comparison
equal deleted inserted replaced
11019:eaf3742822ec 11020:3a0774193f71
155 mtNMT = 0x0A00, // memory used by native memory tracking 155 mtNMT = 0x0A00, // memory used by native memory tracking
156 mtChunk = 0x0B00, // chunk that holds content of arenas 156 mtChunk = 0x0B00, // chunk that holds content of arenas
157 mtJavaHeap = 0x0C00, // Java heap 157 mtJavaHeap = 0x0C00, // Java heap
158 mtClassShared = 0x0D00, // class data sharing 158 mtClassShared = 0x0D00, // class data sharing
159 mtTest = 0x0E00, // Test type for verifying NMT 159 mtTest = 0x0E00, // Test type for verifying NMT
160 mt_number_of_types = 0x000E, // number of memory types (mtDontTrack 160 mtTracing = 0x0F00, // memory used for Tracing
161 mt_number_of_types = 0x000F, // number of memory types (mtDontTrack
161 // is not included as validate type) 162 // is not included as validate type)
162 mtDontTrack = 0x0F00, // memory we do not or cannot track 163 mtDontTrack = 0x0F00, // memory we do not or cannot track
163 mt_masks = 0x7F00, 164 mt_masks = 0x7F00,
164 165
165 // object type mask 166 // object type mask