Refactoring techniques for aggressive object inlining in Java applications

Yosi Ben Asher, Tomer Gal, Gadi Haber, Marcel Zalmanovici

Research output: Contribution to journalArticlepeer-review

3 Scopus citations

Abstract

Object Inlining (OI) is a known optimization in object oriented programming in which referenced objects of class B are inlined into their referencing objects of class A by making all fields and methods of class B part of class A. The optimization saves all the new operations of B type objects from class A and at the same time replaces all indirect accesses, from A to fields of B, by direct accesses. To the best of our knowledge, in-spite of the significant performance potential of the OI optimization, reported performance measurements were relatively moderate. This is because an aggressive OI optimization requires complex analysis and code transformations to overcome problems like multiple references to the inlinable object, object references that escape their object scope, etc. To extract the full potential of OI, we propose a two-stage process. The first stage includes automatic analysis of the source code that informs the user, via comments in the IDE, about code transformations that are needed in order to enable or to maximize the potential of the OI optimization. In the second stage, the OI optimization is applied automatically on the source code as a code refactoring operation, or preferably, as part of the compilation process prior to javac run. We show that this half-automated technique helps to extract the full potential of OI. The proposed OI refactoring process also determines the order of applying the inlinings of the objects and enables us to apply inlinings of objects created inside a method; thus enabling us to reach better performance gain. In this work we also include an evaluation of the OI optimization effects on multithreaded applications running on multicore machines. The comments and the OI transformation were implemented in the Eclipse JDT (Java Development Tools) plugin. The system was then applied on the SPECjbb2000 source code along with profiling data collected by the Eclipse TPTP plugin. The proposed system achieved 46% improvement in performance.

Original languageEnglish
Pages (from-to)97-136
Number of pages40
JournalAutomated Software Engineering
Volume19
Issue number1
DOIs
StatePublished - Mar 2012
Externally publishedYes

Keywords

  • Eclipse
  • Inlining
  • Java
  • Refactoring

ASJC Scopus subject areas

  • Software

Fingerprint

Dive into the research topics of 'Refactoring techniques for aggressive object inlining in Java applications'. Together they form a unique fingerprint.

Cite this