您要查找的是不是:
- Contract for garbage collection. 同意垃圾收集
- Does not run garbage collection concurrently. 不同时运行垃圾回收。
- Does not run server garbage collection. 不要运行服务器垃圾回收。
- You know you are garbage collection? 你知道你是垃圾收集的么?
- Displays the current number of garbage collection handles in use. 显示正在使用的垃圾回收处理的当前数目。
- Block is preferable to waiting for garbage collection. 块也是比等待垃圾回收更好的一种选择。
- Memory is promoted when it survives a garbage collection. 内存在从垃圾回收保留下来后被提升。
- Garbage collection is often an application bottleneck already. 垃圾收集常常是一个应用程序的瓶颈所在。
- Automatic garbage collection is performed on this heap. 自动垃圾回收即是在该堆上执行的。
- How often is garbage collected I your neighborhood? 你附近的垃圾多久清理一回?
- Methods requires at least two garbage collections. 方法回收对象使用的内存需要至少两次垃圾回收。
- There are only two garbage collection options, workstation or server. 只有两个垃圾回收选项,即工作站或服务器。
- Describes the modes that determine the intrusiveness of garbage collection. 介绍可确定垃圾回收侵入性的模式。
- This counter is updated only at the end of every garbage collection. 只在每次垃圾回收结束时更新此计数器。
- Force a garbage collection, and take an object snapshot of the heap. 强制进行一次垃圾收集,并且对此时的堆做一份对象快照。
- The garbage collection system then removes the lease and the object. 然后,垃圾回收系统将移除该租约和对象。
- What percentage of the total available CPU time is spent in garbage collection? 总的可用CPU时间用在垃圾收集上的百分比是多少?
- Columnist Brian Goetz reviewed the basic algorithms for garbage collection. 中,专栏作家Brian Goetz回顾了垃圾收集的基本算法。
- OK, so which of these approaches does the JDK take for garbage collection? 那么JDK使用了哪种方式进行垃圾收集呢?
- We introduced most of aspects of garbage collection prior to CLR 4.0. 以上我们说到了CLR 4.;0以前垃圾收集的大部分方面。