• 分代收集证明非常高效的,尽管运行时需要更多的簿记

    Generational garbage collection turns out to be very effective, although it introduces several additional bookkeeping requirements at runtime.

    youdao

  • 收集一个优点同时收集所有,因此可以使垃圾收集暂停更短。

    One of the advantages of generational collection is that it can make garbage collection pauses shorter by not collecting all generations at once.

    youdao

  • 收集不同可以自由使用不同的收集策略,对各进行垃圾收集

    A generational collector is free to use a different collection strategy for different generations and perform garbage collection on the generations separately.

    youdao

  • 收集器(generializational collector)将多个

    A generational collector divides the heap into multiple generations.

    youdao

  • 其他性能改进方法包括提高大小、调整保育室(nursery)大小(用于分代收集)尝试一个GC策略

    Performance can also be improved by increasing the heap size, playing with the nursery size (for generational collectors), and trying a different GC policy.

    youdao

  • 最后还有混合型收集1.2以后版本的JDK使用收集不同区域使用不同的收集算法

    Finally, there are hybrid collectors, such as the generational collector employed by the 1.2 and later JDKs, which use different collection algorithms on different areas of the heap.

    youdao

  • 为了解决这个问题分代收集必须显式地跟踪对象年轻对象引用这些老到年轻的引用加入收集集中。

    To address this problem, generational collectors must explicitly track references from older objects to younger objects and add these old-to-young references into the root set of the minor collection.

    youdao

  • 为了解决这个问题分代收集必须显式地跟踪对象年轻对象引用这些老到年轻的引用加入收集集中。

    To address this problem, generational collectors must explicitly track references from older objects to younger objects and add these old-to-young references into the root set of the minor collection.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定