Affiliation:
1. Lehigh University, Bethlehem, PA, USA
Abstract
Java's type system enforces exception-checking rules that stipulate a checked exception thrown by a method must be declared in the throws clause of the method. Software written in Java often invokes native methods through the use of the Java Native Interface (JNI). Java's type system, however, cannot enforce the same exception-checking rules on Java exceptions raised in native methods. This gap makes Java software potentially buggy and often difficult to debug when an exception is raised in native code. In this paper, we propose a complete static-analysis framework called JET to extend exception-checking rules even on native code. The framework has a two-stage design where the first stage throws away a large portion of irrelevant code so that the second stage, a fine-grained analysis, can concentrate on a small set of code for accurate bug finding. This design achieves both high efficiency and accuracy. We have applied JET on a set of benchmark programs with a total over 227K lines of source code and identified 12 inconsistent native-method exception declarations.
Publisher
Association for Computing Machinery (ACM)
Subject
Computer Graphics and Computer-Aided Design,Software
Reference26 articles.
1. M. Blume. No-longer-foreign: Teaching an ML compiler to speak C "natively". Electronic Notes in Theoretical Computer Science 59 (1) 2001. M. Blume. No-longer-foreign: Teaching an ML compiler to speak C "natively". Electronic Notes in Theoretical Computer Science 59 (1) 2001.
2. E. M. Chakravarty. The Haskell 98 foreign function interface 1.0: An addendum to the Haskell 98 report. http://www.cse.unsw.edu.au/ chak/haskell/ffi/ 2005. E. M. Chakravarty. The Haskell 98 foreign function interface 1.0: An addendum to the Haskell 98 report. http://www.cse.unsw.edu.au/ chak/haskell/ffi/ 2005.
3. Interprocedural exception analysis for Java
4. ESP
5. C. Elford. Integrated debugger for Java/JNI environments. http://software.intel.com/en-us/articles/integrated-debugger-for-javajn%i-environments/ Oct. 2010. C. Elford. Integrated debugger for Java/JNI environments. http://software.intel.com/en-us/articles/integrated-debugger-for-javajn%i-environments/ Oct. 2010.
Cited by
13 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Dr Wenowdis: Specializing Dynamic Language C Extensions using Type Information;Proceedings of the 13th ACM SIGPLAN International Workshop on the State Of the Art in Program Analysis;2024-06-20
2. Cross-Language Taint Analysis: Generating Caller-Sensitive Native Code Specification for Java;IEEE Transactions on Software Engineering;2024-06
3. Detecting Memory Errors in Python Native Code by Tracking Object Lifecycle with Reference Count;2023 38th IEEE/ACM International Conference on Automated Software Engineering (ASE);2023-09-11
4. Understanding the Impact of Fingerprinting in Android Hybrid Apps;2023 IEEE/ACM 10th International Conference on Mobile Software Engineering and Systems (MOBILESoft);2023-05
5. Cross-Language Call Graph Construction Supporting Different Host Languages;2023 IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER);2023-03