@inproceedings{ce488b43695f4943a84199b4e01d502d,
title = "SafeCheck: Safety Enhancement of Java Unsafe API",
abstract = "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.",
keywords = "Bytecode, Dynamic Analysis, Java Unsafe API, Memoey Safety",
author = "Shiyou Huang and Jianmei Guo and Sanhong Li and Xiang Li and Yumin Qi and Kingsum Chow and Jeff Huang",
note = "Publisher Copyright: {\textcopyright} 2019 IEEE.; 41st IEEE/ACM International Conference on Software Engineering, ICSE 2019 ; Conference date: 25-05-2019 Through 31-05-2019",
year = "2019",
month = may,
doi = "10.1109/ICSE.2019.00095",
language = "英语",
series = "Proceedings - International Conference on Software Engineering",
publisher = "IEEE Computer Society",
pages = "889--899",
booktitle = "Proceedings - 2019 IEEE/ACM 41st International Conference on Software Engineering, ICSE 2019",
address = "美国",
}