JVM_GC_CAUSE

Constant JVM_GC_CAUSE 

Source
pub const JVM_GC_CAUSE: &str = "jvm.gc.cause";
Expand description

Name of the garbage collector cause.

§Notes

Garbage collector cause is generally obtained via GarbageCollectionNotificationInfo#getGcCause().

§Examples

  • "System.gc()"
  • "Allocation Failure"