摘要
分析了Java虚拟机中的内存管理机制,对Java虚拟机中的垃圾回收算法进行了研究,讨论了各种垃圾回收算法的特点及适用范围,提出了通过使用不同类型的引用对象来合理分配利用虚拟机内存,并对编程中如何合理使用Java虚拟机内存提出了几点建议.
This paper analyzes the mechanism of memory management and researches the details of garbage collection in Java Virtual Machine,proposes how to allocate and use the memory of JVM effectively through using different reference objects.In addition,this paper proposes several suggestions on how to improve the performance of Java programs.
出处
《中南民族大学学报(自然科学版)》
CAS
2007年第3期87-91,共5页
Journal of South-Central University for Nationalities:Natural Science Edition
关键词
堆内存
垃圾回收
动态内存管理
引用类型
heap
garbage collection
dynamic memory management
reference type