Information and Media Technologies
Online ISSN : 1881-0896
ISSN-L : 1881-0896
Computing
SEAN: Support Tool for Detecting Rule Violations in JNI Coding
Haruna NishiwakiTomoharu UgawaSeiji UmataniMasahiro YasugiTaiichi Yuasa
著者情報
ジャーナル フリー

2012 年 7 巻 4 号 p. 1353-1358

詳細
抄録
A static analysis tool has been developed for finding common mistakes in programs that use the Java Native Interface (JNI). Specific rules in JNI are not caught by C++ and other compilers, and this tool is aimed at rules about references to Java objects, which are passed to native methods as local references. Local references become invalid when the native method returns. To keep them valid after the return, the programmer should convert them into global references. If they are not converted, the garbage collector may malfunction and may, for example, fail to mark referenced objects. The developed static analysis tool finds assignments of local references to locations other than local variables such as global variables and structure fields. The tool was implemented as a plug-in for Clang, a compiler front-end for the LLVM. Application of this tool to native Android code demonstrated its effectiveness.
著者関連情報
© 2012 Information Processing Society of Japan
前の記事 次の記事
feedback
Top