SUN's JVM 1.3.1 USES a generational garbage collection algorithm.
SUN的JVM1.3.1使用分代垃圾收集算法。
Introduced with JVM v1.3 for all operating system platforms is the concept of generational garbage collection.
针对所有操作系统平台的生成的垃圾收集(generational garbage collection)概念在JVMV1.3中被引入。
Generational garbage collection turns out to be very effective, although it introduces several additional bookkeeping requirements at runtime.
分代收集证明是非常高效的,尽管在运行时它需要更多的簿记。
High volume applications that actively create many temporary objects and run with a high number of users generally benefit from having generational garbage collection turned on.
一般来说,启用生成的垃圾收集将使积极创建许多临时对象并运行有大量用户的大容量应用程序受益。
One of the advantages of generational collection is that it can make garbage collection pauses shorter by not collecting all generations at once.
分代收集的一个优点是它不同时收集所有的代,因此可以使垃圾收集暂停更短。
A generational collector is free to use a different collection strategy for different generations and perform garbage collection on the generations separately.
分代收集器对不同的代可以自由使用不同的收集策略,对各代分别进行垃圾收集。
A generational collector is free to use a different collection strategy for different generations and perform garbage collection on the generations separately.
分代收集器对不同的代可以自由使用不同的收集策略,对各代分别进行垃圾收集。
应用推荐