src/share/vm/memory/allocation.hpp

changeset 5252
3a0774193f71
parent 5251
eaf3742822ec
parent 5237
f2110083203d
child 5295
9f3e3245b50f
     1.1 --- a/src/share/vm/memory/allocation.hpp	Mon Jun 17 11:17:49 2013 +0100
     1.2 +++ b/src/share/vm/memory/allocation.hpp	Wed Jun 19 11:02:10 2013 +0100
     1.3 @@ -157,7 +157,8 @@
     1.4    mtJavaHeap          = 0x0C00,  // Java heap
     1.5    mtClassShared       = 0x0D00,  // class data sharing
     1.6    mtTest              = 0x0E00,  // Test type for verifying NMT
     1.7 -  mt_number_of_types  = 0x000E,  // number of memory types (mtDontTrack
     1.8 +  mtTracing           = 0x0F00,  // memory used for Tracing
     1.9 +  mt_number_of_types  = 0x000F,  // number of memory types (mtDontTrack
    1.10                                   // is not included as validate type)
    1.11    mtDontTrack         = 0x0F00,  // memory we do not or cannot track
    1.12    mt_masks            = 0x7F00,

mercurial