GarbageCollectorMXBean getCollectionCount 的文档说返回已发生的收集总数,是从 JVM 启动的时间开始吗?
从我所看到的来看,它看起来像是上次对 getCollectionCount 进行民意调查的 GC 数量。我在哪里可以看到 GarbageCollectorMXBean 的示例(可能是 G1GC)实现?
GarbageCollectorMXBean getCollectionCount 的文档说返回已发生的收集总数,是从 JVM 启动的时间开始吗?
从我所看到的来看,它看起来像是上次对 getCollectionCount 进行民意调查的 GC 数量。我在哪里可以看到 GarbageCollectorMXBean 的示例(可能是 G1GC)实现?