SafeCheck: Safety Enhancement of Java Unsafe API Conference Paper uri icon

abstract

  • 2019 IEEE. Java is a safe programming language by providing bytecode verification and enforcing memory protection. For instance, programmers cannot directly access the memory but have to use object references. Yet, the Java runtime provides an Unsafe API as a backdoor for the developers to access the low- level system code. Whereas the Unsafe API is designed to be used by the Java core library, a growing community of third-party libraries use it to achieve high performance. The Unsafe API is powerful, but dangerous, which leads to data corruption, resource leaks and difficult-to-diagnose JVM crash if used improperly. In this work, we study the Unsafe crash patterns and propose a memory checker to enforce memory safety, thus avoiding the JVM crash caused by the misuse of the Unsafe API at the bytecode level. We evaluate our technique on real crash cases from the openJDK bug system and real-world applications from AJDK. Our tool reduces the efforts from several days to a few minutes for the developers to diagnose the Unsafe related crashes. We also evaluate the runtime overhead of our tool on projects using intensive Unsafe operations, and the result shows that our tool causes a negligible perturbation to the execution of the applications.

name of conference

  • 2019 IEEE/ACM 41st International Conference on Software Engineering (ICSE)

published proceedings

  • 2019 IEEE/ACM 41ST INTERNATIONAL CONFERENCE ON SOFTWARE ENGINEERING (ICSE 2019)

author list (cited authors)

  • Huang, S., Guo, J., Li, S., Li, X., Qi, Y., Chow, K., & Huang, J.

citation count

  • 5

complete list of authors

  • Huang, Shiyou||Guo, Jianmei||Li, Sanhong||Li, Xiang||Qi, Yumin||Chow, Kingsum||Huang, Jeff

publication date

  • May 2019