Java虚拟机垃圾收集算法的研究和改进  

Research and Improvement of Java Virtual Machine Garbage Collection Algorithm

在线阅读下载全文

作  者:密海英[1] 

机构地区:[1]苏州工业职业技术学院,江苏苏州215104

出  处:《常州信息职业技术学院学报》2016年第1期36-39,共4页Journal of Changzhou College of Information Technology

摘  要:Java虚拟机垃圾算法是Java核心功能。当前垃圾回收算法满足绝大部分的应用场合,实时性的应用场合对算法性能提出更高的要求,为此研究了当前的虚拟机垃圾收集算法并提出了一种适用于实时性环境的Java虚拟机垃圾收集算法。该算法对收集器中堆空间的划分方式、对象跟踪等方面进行了改进,以减少垃圾收集带来的不确定性暂停,用户可以指定一个时间段内垃圾收集导致应用程序暂停的最长时间,从而使其适用于实时性环境。GC( garbage collection) algorithm is the key function of Java. The current algorithm can satisfy most application situation.The real-time environment requires high performance of GC algorithm. So this paper studies current GC algorithm and describes a new garbage collection algorithm for real-time environment. The algorithm improves the division of heap and reference tracking of the incremental garbage collection algorithm for reducing the uncertain pauses caused by garbage collection;furthermore,it provides users to give a biggest time value that the application paused in a certain period. All of these make it suitable for real-time environment.

关 键 词:垃圾收集 实时性 增量式收集器 堆空间划分 

分 类 号:TP311.1[自动化与计算机技术—计算机软件与理论]

 

参考文献:

正在载入数据...

 

二级参考文献:

正在载入数据...

 

耦合文献:

正在载入数据...

 

引证文献:

正在载入数据...

 

二级引证文献:

正在载入数据...

 

同被引文献:

正在载入数据...

 

相关期刊文献:

正在载入数据...

相关的主题
相关的作者对象
相关的机构对象