comparison src/share/vm/memory/allocation.hpp @ 10405:f2110083203d

8005849: JEP 167: Event-Based JVM Tracing Reviewed-by: acorn, coleenp, sla Contributed-by: Karen Kinnear <karen.kinnear@oracle.com>, Bengt Rutisson <bengt.rutisson@oracle.com>, Calvin Cheung <calvin.cheung@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Erik Helin <erik.helin@oracle.com>, Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>, Keith McGuigan <keith.mcguigan@oracle.com>, Mattias Tobiasson <mattias.tobiasson@oracle.com>, Markus Gronlund <markus.gronlund@oracle.com>, Mikael Auno <mikael.auno@oracle.com>, Nils Eliasson <nils.eliasson@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>, Stefan Karlsson <stefan.karlsson@oracle.com>, Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
author sla
date Mon, 10 Jun 2013 11:30:51 +0200
parents a1ebd310d5c1
children 836a62f43af9 abbd5c660b48 b9d151496930 3a0774193f71
comparison
equal deleted inserted replaced
10404:d0add7016434 10405:f2110083203d
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