< prev index next >

src/hotspot/share/memory/allocation.hpp

Print this page
rev 52316 : 8185525: Add JFR event for DictionarySizes
Summary: Added TableStatistics event
Reviewed-by: egahlin, coleenp

*** 129,138 **** --- 129,139 ---- mtClassShared, // class data sharing mtChunk, // chunk that holds content of arenas mtTest, // Test type for verifying NMT mtTracing, // memory used for Tracing mtLogging, // memory for logging + mtStatistics, // memory for statistics mtArguments, // memory for argument processing mtModule, // memory for module processing mtSynchronizer, // memory for synchronization primitives mtSafepoint, // memory for safepoint support mtNone, // undefined
< prev index next >