pub const JVM_GC_ACTION: &str = "jvm.gc.action";
Expand description
Name of the garbage collector action.
§Notes
Garbage collector action is generally obtained via GarbageCollectionNotificationInfo#getGcAction().
§Examples
"end of minor GC"
"end of major GC"