Constant JVM_GC_ACTION
pub const JVM_GC_ACTION: &'static str;
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"