文章列表
Java GC: why two survivor regions?(Java GC:为什么有两个幸存者区域?)
Is there a practical use for weak references?(弱引用有实际用途吗?)
Is there a cookbook guide for GC problems?(是否有针对 GC 问题的食谱指南?)
Why does exist WeakHashMap, but absent WeakSet?(为什么存在WeakHashMap,却没有WeakSet?)
What GC parameters is a JVM running with?(运行 JVM 的 GC 参数是什么?)
Static references are cleared--does Android unload classes at runtime if unused?(静态引用被清除——如果未使用,Android 是否会在运行时卸载类?)
What triggers a full garbage collection in Java?(什么触发了 Java 中的完整垃圾回收?)
When does Java#39;s garbage collection free a memory allocation?(Java 的垃圾收集何时释放内存分配?)
are java primitives garbage collected(是java原语垃圾收集)
How to create and destroy CDI (Weld) Managed Beans via the BeanManager?(如何通过 BeanManager 创建和销毁 CDI(焊接)托管 Bean?)