|
计算机应用研究 2005
Garbage-collection-based Method for Improving Performance of Java Program
|
Abstract:
The garbage collection mechanism of JVM may sometimes work inefficiently with the default settings of the heap in large applications. It will degrade program's performance by taking a lot of time in garbage collection. In this paper, The Hotspot JVM garbage collection mechanism is briefly analyzed. With a network management application as a background, a method was proposed for the purpose of performance improvement.