期刊文献+

KVM中的垃圾回收策略

The Garbage Collection Strategy in KVM
下载PDF
导出
摘要 Java虚拟机(JVM)的垃圾回收是由虚拟机设计者自行设计的部分。传统的垃圾收集方法往往收集时间过长,程序员对安排CPU时间进行内存回收缺乏控制。本文主要讨论的是基于嵌入式系统的JVM在垃圾回收上的策略,该策略在分代回收的基础之上采用渐进收集的思想,最终获得非破坏性垃圾收集的效果。 Garbage Collection (GC) is the part designed by the developers themselves in JVM. However, traditional garbage collection techniques lead to long and unpredictable delays. This paper discusses the GC strategy based on embedded systems. We will achieve a non-disruptive reclamation by using generation-based GC.
出处 《计算机工程与科学》 CSCD 2006年第3期128-130,共3页 Computer Engineering & Science
关键词 垃圾回收 分代 非破坏性 garbage collection generation-based non-disruptive
  • 相关文献

参考文献2

  • 1BillVenners 曹晓钢 蒋靖译.深入Java虚拟机[M].北京:机械工业出版社,2003..
  • 2Brian Goetz.The JDK1.4.1 Default Collector[EB/OL].http://www-900.ibm.com/developerWorks/cn/java/j-jtp11253/index_eng.shtml,2003-12.

共引文献4

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部