Constant JVM_MEMORY_POOL_NAME
pub const JVM_MEMORY_POOL_NAME: &'static str;
Expand description
Name of the memory pool.
§Notes
Pool names are generally obtained via MemoryPoolMXBean#getName().
§Examples
"G1 Old Gen"
"G1 Eden space"
"G1 Survivor Space"