Survey on Java Optimization Techniques
Shun Long
Abstract
Shun Long
Abstract
Java has emerged as a dominant programming language widely used in a large variety of application areas.However,its architectural independent design means that it is frequently unable to deliver high runtime performance.This paper presents a survey on various approaches developed to improve Java performance,including static,just-in-time and dynamic optimization used in Java optimizing compilers,high-performance Java virtual machine,domain-specific optimization techniques and optimization of runtime libraries.It discusses these key techniques in depth and analyzes pros and cons of some successful systems,before outlining future directions.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Java has emerged as a dominant programming language widely used in a large variety of application areas.However,its architectural independent design means that it is frequently unable to deliver high runtime performance.This paper presents a survey on various approaches developed to improve Java performance,including static,just-in-time and dynamic optimization used in Java optimizing compilers,high-performance Java virtual machine,domain-specific optimization techniques and optimization of runtime libraries.It discusses these key techniques in depth and analyzes pros and cons of some successful systems,before outlining future directions.
Key concepts: Computer science, Java, Real time Java, Compiler, Java annotation, strictfp, Dynamic compilation, Optimizing compiler