An Efficient Memory System for Java Summary

Saved in:
Bibliographic Details
Title: An Efficient Memory System for Java Summary
Contributors: The Pennsylvania State University CiteSeerX Archives
Source: http://paper.ijcsns.org/07_book/200706/20070620.pdf.
Publication Year: 2007
Collection: CiteSeerX
Description: One of the significant issues that hinder the performance of Java program execution is dynamic memory usage. Some researchers stated that in executing Java programs, 15.58 % of the CPU time is used in handling memory allocation requests and 28.08 % of the CPU time in garbage collection. A statistical study on the dynamic memory usage behavior of both desktops and servers, Java applications show similar locality, and that memory allocation requests are concentrated on small block sizes (< 1K bytes), and blocks allocated usually have short life times. Based on these findings, we proposed a hardware/software approach in handling memory allocation and deallocation requests that gives a 17 % overall performance gain in Java program execution. Key words: Java, dynamic memory management, memory allocation, memory deallocation.
Document Type: text
File Description: application/pdf
Language: English
Relation: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.96.487; http://paper.ijcsns.org/07_book/200706/20070620.pdf
Availability: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.96.487
http://paper.ijcsns.org/07_book/200706/20070620.pdf
Rights: Metadata may be used without restrictions as long as the oai identifier remains attached to it.
Accession Number: edsbas.CD4F1274
Database: BASE
Description
Abstract:One of the significant issues that hinder the performance of Java program execution is dynamic memory usage. Some researchers stated that in executing Java programs, 15.58 % of the CPU time is used in handling memory allocation requests and 28.08 % of the CPU time in garbage collection. A statistical study on the dynamic memory usage behavior of both desktops and servers, Java applications show similar locality, and that memory allocation requests are concentrated on small block sizes (< 1K bytes), and blocks allocated usually have short life times. Based on these findings, we proposed a hardware/software approach in handling memory allocation and deallocation requests that gives a 17 % overall performance gain in Java program execution. Key words: Java, dynamic memory management, memory allocation, memory deallocation.