文章列表
How to cause soft references to be cleared in Java?(如何在 Java 中清除软引用?)
What does quot;GC--quot; mean in a java garbage collection log?(“GC--是什么意思?在java垃圾收集日志中是什么意思?)
How does a value in an entry in the WeakHashMap gets garbage collected when the actual object is garbage collected?(当实际对象被垃圾收集时,WeakHashMap 中的条目中的值如何被垃圾收集?)
Does an ExecutorService get garbage collected when out of scope?(ExecutorService 超出范围时是否会被垃圾收集?)
Is -XX:+UseG1GC the correct replacement for -Xincgc?(-XX:+UseG1GC 是 -Xincgc 的正确替代品吗?)
A useful metric for determining when the JVM is about to get into memory/GC trouble(用于确定 JVM 何时将陷入内存/GC 问题的有用指标)
Duration of Excessive GC Time in quot;java.lang.OutOfMemoryError: GC overhead limit exceededquot;(“java.lang.OutOfMemoryError:GC 开销限制超出中的 Excessive GC Time 的持续时间)
How does the Garbage-First Garbage Collector work?(垃圾优先垃圾收集器如何工作?)
How actually card table and writer barrier work?(卡桌和作家屏障实际上是如何工作的?)
Difference between system.gc() and runtime.gc()(system.gc() 和 runtime.gc() 之间的区别)