摘要
Java程序内存行为研究是对Java平台存储管理系统进行能耗优化的首要工作.测试了大量典型Java应用程序的内存行为数据,通过对数据的分析发现Java程序的内存分配模式和内存使用轨迹存在明显的规律.最终得出了Java程序内存行为具有阶段性、周期性和平稳性等结论,这些规律对于Java虚拟机优化垃圾收集和Java程序的能耗优化有着重要的指导意义.
The research on memory behavior of Java programs is the primary work for energy consumption optimization on Java platform storage management system.This paper tests a large number of memory behavior data of typical Java applications.Through analysis of the data,we find obvious qualities of Java application′s memory allocation model and memory usage tracks,including the staged representation,periodicity and stationarity.These qualities have a significant importance for the Java virtual machine garbage collection and Java programs energy consumption optimization.
出处
《小型微型计算机系统》
CSCD
北大核心
2011年第8期1617-1621,共5页
Journal of Chinese Computer Systems
基金
国家"九七三"重点基础研究发展计划项目(2005CB321801)资助
霍英东基金项目(111072)资助
关键词
JAVA
内存行为
能耗优化
内存分配模式
垃圾收集
内存使用轨迹
Java
memory behavior
energy consumption optimization
memory allocation model
garbage collection
memory usage tracks