If the minor collection frees enough heap space, the user program can resume immediately.
如果小的收集释放了足够的堆空间,那么用户程序就可以立即恢复。
When Eden fills up, it causes a minor collection, in which some surviving objects are moved to an older generation.
当eden填充满时,会发生较小的垃圾收集,在这期间,存活下来的一些对象被转移到较老的一代。
When the allocator is unable to fulfill an allocation request, it first triggers a minor collection, which only collects the youngest generation.
当分配器不能满足分配请求时,它首先触发一个 小的收集(minor collection),它只收集最年轻的代。
应用推荐