• SUNJVM1.3.1使用垃圾收集算法

    SUN's JVM 1.3.1 USES a generational garbage collection algorithm.

    youdao

  • 垃圾收集发生充满的时候对象Eden分配的,因为早期损坏率的缘故,大部分对象“”在这个时期。

    Garbage collection occurs in each generation when it fills up; objects are allocated in Eden, and because of infant mortality most objects "die" there.

    youdao

  • 垃圾收集,就对与老一卡片相关联标记进行检查,对的卡片扫描以寻找年轻引用对象

    At garbage collection time, the mark bits associated with CARDS in the old generation are examined, and dirty CARDS are scanned for objects containing references into the younger generation.

    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

  • 完整垃圾收集涉及JVM所有对象进行检验包括经历许多部分垃圾收集不会分析的对象。

    A full garbage collection involves the JVM examining all objects on the heap, including those that have survived many generations, that would not be analyzed on partial garbage collections.

    youdao

  • 需要较老进行垃圾收集时,会较大收集因为涉及所有存活对象,所以这次收集通常比较慢。

    When older generations need to be collected, there is a major collection that is often much slower because it involves all living objects.

    youdao

  • 年轻创建对象满足某些提升标准的对象,经历特定次数垃圾收集的对象,将被提升更老

    Objects are created in the young generation, and objects that meet some promotion criteria, such as having survived a certain number of collections, are then promoted to the next older generation.

    youdao

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

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

    youdao

  • JD K 1.2以后版本所使用垃圾收集提供了早期JDK所使用的标记-清除-整理收集好得多的分配收集性能

    The generational collector employed by JDK 1.2 and later offers far better allocation and collection performance than the mark-sweep-compact collector used by earlier JDKs.

    youdao

  • InfoQ看起来这个补丁将迈向垃圾收集一步尤其是关于处理屏障记忆集合介绍

    InfoQ: it seems like the longlife GC patch is the first step towards a generational GC, particularly the introduction of code for handling write barriers and remembered sets.

    youdao

  • eden充满时,发生较小垃圾收集期间,存活下来的一些对象转移到较

    When Eden fills up, it causes a minor collection, in which some surviving objects are moved to an older generation.

    youdao

  • 为什么概念可以提高垃圾收集性能

    Why generation concept can help improve performance of garbage collector?

    youdao

  • 可以收集对象生存期数据这些数据显示垃圾回收回收对象大小数目

    You can also collect object lifetime data that shows you the size and number of objects that are reclaimed in each garbage collection generation.

    youdao

  • 那些后台垃圾收集同时进行的短垃圾收集(第0第1收集)称为前台垃圾收集

    The ephemeral GCs (gen 0 and gen 1 GC) done while a background GC is in progress are called foreground GCs.

    youdao

  • 概念引入为了提高垃圾收集的整体性能

    The importing of generation concept is to improve the performance of garbage collector.

    youdao

  • 程序刚开始运行,垃圾收集分配每一分配了一定内存这些内存初始大小由。netframework策略决定

    When the program initializes, garbage collector allocates memory for generations. The initial size of memory blocks are determined according to the strategies of the. Net framework.

    youdao

  • 程序刚开始运行,垃圾收集分配每一分配了一定内存这些内存初始大小由。netframework策略决定

    When the program initializes, garbage collector allocates memory for generations. The initial size of memory blocks are determined according to the strategies of the. Net framework.

    youdao

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

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

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