pub const JVM_GC_ACTION: &str = "jvm.gc.action";
Expand description

Name of the garbage collector action.

Garbage collector action is generally obtained via GarbageCollectionNotificationInfo#getGcAction().

§Examples

  • end of minor GC
  • end of major GC