Skip to main content

2004 | OriginalPaper | Buchkapitel

Pointer Analysis in the Presence of Dynamic Class Loading

verfasst von : Martin Hirzel, Amer Diwan, Michael Hind

Erschienen in: ECOOP 2004 – Object-Oriented Programming

Verlag: Springer Berlin Heidelberg

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Many optimizations need precise pointer analyses to be effective. Unfortunately, some Java features, such as dynamic class loading, reflection, and native methods, make pointer analyses difficult to develop. Hence, prior pointer analyses for Java either ignore these features or are overly conservative. This paper presents the first non-trivial pointer analysis that deals with all Java language features. This paper identifies all problems in performing Andersen’s pointer analysis for the full Java language, presents solutions to those problems, and uses a full implementation of the solutions in Jikes RVM for validation and performance evaluation. The results from this work should be transferable to other analyses and to other languages.

Metadaten
Titel
Pointer Analysis in the Presence of Dynamic Class Loading
verfasst von
Martin Hirzel
Amer Diwan
Michael Hind
Copyright-Jahr
2004
Verlag
Springer Berlin Heidelberg
DOI
https://doi.org/10.1007/978-3-540-24851-4_5