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