Alias analysis for exceptions in Java
Jongwook Woo, Jehak Woo, Isabelle Attali, Denis Caromel, Jean‐Luc Gaudiot, Andrew L. Wendelborn
Abstract
Jongwook Woo, Jehak Woo, Isabelle Attali, Denis Caromel, Jean‐Luc Gaudiot, Andrew L. Wendelborn
Abstract
We propose a flow-sensitive alias analysis algorithm that computes safe and efficient alias sets in Java. For that, we propose a references-set representation of aliased elements, its type table, and its propagation rules. Also, for an exception construct, we consider try/catch/finally blocks as well as potential exception statement nodes while building a control flow graph. Finally, for the safe alias computation on a control flow graph, we present a structural order traverse of each block and node.
OpenAlex reports 4 citations for this work. Citation counts describe recorded attention and do not establish research quality.
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.
We propose a flow-sensitive alias analysis algorithm that computes safe and efficient alias sets in Java. For that, we propose a references-set representation of aliased elements, its type table, and its propagation rules. Also, for an exception construct, we consider try/catch/finally blocks as well as potential exception statement nodes while building a control flow graph. Finally, for the safe alias computation on a control flow graph, we present a structural order traverse of each block and node.
Key concepts: Alias, Computer science, Traverse, Java, Control flow graph, Graph, Programming language, Control flow