mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8005012: Add WB APIs to better support NMT testing
Add WB API functions to enable better NMT testing Reviewed-by: dholmes, zgu
This commit is contained in:
parent
4a1c674d5b
commit
111ddcc827
12 changed files with 171 additions and 14 deletions
|
@ -145,9 +145,10 @@ enum MemoryType {
|
|||
mtChunk = 0x0B00, // chunk that holds content of arenas
|
||||
mtJavaHeap = 0x0C00, // Java heap
|
||||
mtClassShared = 0x0D00, // class data sharing
|
||||
mt_number_of_types = 0x000D, // number of memory types (mtDontTrack
|
||||
mtTest = 0x0E00, // Test type for verifying NMT
|
||||
mt_number_of_types = 0x000E, // number of memory types (mtDontTrack
|
||||
// is not included as validate type)
|
||||
mtDontTrack = 0x0E00, // memory we do not or cannot track
|
||||
mtDontTrack = 0x0F00, // memory we do not or cannot track
|
||||
mt_masks = 0x7F00,
|
||||
|
||||
// object type mask
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue