Constant JVM_GC_CAUSE
pub const JVM_GC_CAUSE: &'static str;
Expand description
Name of the garbage collector cause.
§Notes
Garbage collector cause is generally obtained via GarbageCollectionNotificationInfo#getGcCause().
§Examples
"System.gc()"
"Allocation Failure"