pub const JVM_GC_NAME: &str = "jvm.gc.name";Expand description
Name of the garbage collector.
§Notes
Garbage collector name is generally obtained via GarbageCollectionNotificationInfo#getGcName().
§Examples
"G1 Young Generation""G1 Old Generation"
pub const JVM_GC_NAME: &str = "jvm.gc.name";Name of the garbage collector.
Garbage collector name is generally obtained via GarbageCollectionNotificationInfo#getGcName().
"G1 Young Generation""G1 Old Generation"