Treffer: A performance comparison of garbage collector algorithms in Java Virtual Machine
Title:
A performance comparison of garbage collector algorithms in Java Virtual Machine
Authors:
Source:
Journal of Computer Sciences Institute; Vol. 13 (2019); 359-365 ; Journal of Computer Sciences Institute; Tom 13 (2019); 359-365 ; 2544-0764
Publisher Information:
Lublin University of Technology
Publication Year:
2019
Collection:
Lublin University of Technology Journals
Subject Terms:
Document Type:
Fachzeitschrift
article in journal/newspaper
File Description:
application/pdf
Language:
English
Relation:
Availability:
Accession Number:
edsbas.C09B6632
Database:
BASE
Weitere Informationen
In programming languages with automatic memory management garbage collection plays an important role of cleaning unused memory. Garbage collection algorithms have been developed for many years and aim to maximize the application’s performance. This paper presents and compares a performance of five garbage collection algorithms present in current version of Java 12 in three applications with different object lifetime span. The analysis covered the system responsiveness, garbage collector workload and application throughput at high application load.