National Natural Science Foundation of China (No.61340037);333 High-level Talents Cultivation Project in Jiangsu Province;Natural Science Research Program of Colleges and Universities of Jiangsu Province (No.12KJB520014);Nantong Applied Research Program (No.BK2014055);High level Innovation Team and Outstanding Scholar Plan of Guangxi Universities
LI Wen-jie, JIANG Shu-juan, QIAN Jun-yan, et al. Memory Behavior Profiling of Java Program Based on Object Reference Relations[J]. Acta Electronica Sinica, 2015, 43(7): 1336-1343.
DOI:
LI Wen-jie, JIANG Shu-juan, QIAN Jun-yan, et al. Memory Behavior Profiling of Java Program Based on Object Reference Relations[J]. Acta Electronica Sinica, 2015, 43(7): 1336-1343. DOI: 10.3969/j.issn.0372-2112.2015.07.013.
Memory Behavior Profiling of Java Program Based on Object Reference Relations
An approach was proposed to analyze the memory behavior of Java programs based on object reference relations.Unlike traditional methods that just consider the factor of memory consumption to find out program's important data structures and analyze their memory behavior
our approach considers both memory consumption and memory domination to decide whether a data structure is important
and get the important memory behaviors via analyzes the memory dominance relationship between data structures and references analysis.Experimental results show that the proposed approach is effective
and can get more precise analysis results than other methods.