pub const JVM_GC_NAME: &'static str;
Expand description

Name of the garbage collector.

Garbage collector name is generally obtained via GarbageCollectionNotificationInfo#getGcName().

ยงExamples

  • G1 Young Generation
  • G1 Old Generation