文章列表
If the JVM keeps moving objects around when it does GC, how does it resolve references?(如果 JVM 在进行 GC 时不断移动对象,它如何解析引用?)
Why is the maximum size of the Java heap fixed?(为什么 Java 堆的最大大小是固定的?)
When is a Full GC triggered?(什么时候触发 Full GC?)
ThreadLocal garbage collection(ThreadLocal 垃圾回收)
Java - Can objects which are executing methods be garbage-collected?(Java - 可以对正在执行方法的对象进行垃圾收集吗?)
Java Mission Control Heap Profile(Java 任务控制堆配置文件)
Check if object can be fetched by garbage collector(检查垃圾收集器是否可以获取对象)
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 超出范围时是否会被垃圾收集?)
A useful metric for determining when the JVM is about to get into memory/GC trouble(用于确定 JVM 何时将陷入内存/GC 问题的有用指标)