文章列表
What do -XX:-PrintGC and XX:-PrintGCDetails flags do?(-XX:-PrintGC 和 XX:-PrintGCDetails 标志有什么作用?)
What is the use of MetaSpace in Java 8?(Java 8 中的 MetaSpace 有什么用?)
How to redirect verbose garbage collection output to a file?(如何将详细的垃圾收集输出重定向到文件?)
How to read a verbose:GC output?(如何读取详细的:GC 输出?)
How to prevent an object from getting garbage collected?(如何防止对象被垃圾收集?)
What triggers a full garbage collection in Java?(什么触发了 Java 中的完整垃圾回收?)
Measuring time spent on GC in JVM(在 JVM 中测量花费在 GC 上的时间)
When does Java#39;s garbage collection free a memory allocation?(Java 的垃圾收集何时释放内存分配?)
are java primitives garbage collected(是java原语垃圾收集)
How finalizable objects takes at least 2 garbage collection cycles before it can be reclaimed?(可终结对象如何至少需要 2 个垃圾回收周期才能被回收?)