State of Practices of Java Native Interface. Grichi, M., Abidi, M., Gu�h�neuc, Y., & Khomh, F. In Kontogiannis, K. & Enenkel, R., editors, Proceedings of the 29<sup>th</sup> IBM Centers for Advanced Studies Conference (CASCON), pages 274–283, October, 2019. ACM Press. 15 pages.abstract bibtex The use of the Java Native Interface (JNI) allows taking advantage of the existing libraries written in different programming languages for code reuse, performance, and security. Despite the importance of JNI in development, practices on its usages are not well studied yet. In this paper, we investigated the usage of JNI in 100 open source systems collected from OpenHub and Github, around 8k of source code files combined between Java and C/C++, including the Java class libraries part of the JDK v9. We identified the state of the practice in JNI systems by semi-automatically and manually analyzing the source code. Our qualitative analysis shows eleven JNI practices where they are mainly related to loading libraries, implementing native methods, exception management, return types, and local/global references management. Basing on our findings, we provided some suggestions and recommendations to developers to facilitate the debugging tasks of JNI in multi-language systems, which can also help them to deal with the Java and C memory.
@INPROCEEDINGS{Grichi19-CASCON-StateofJNI,
AUTHOR = {Manel Grichi and Mouna Abidi and Yann-Ga�l Gu�h�neuc and
Foutse Khomh},
BOOKTITLE = {Proceedings of the 29<sup>th</sup> IBM Centers for Advanced Studies Conference (CASCON)},
TITLE = {State of Practices of Java Native Interface},
YEAR = {2019},
OPTADDRESS = {},
OPTCROSSREF = {},
EDITOR = {Kostas Kontogiannis and Robert Enenkel},
MONTH = {October},
NOTE = {15 pages.},
OPTNUMBER = {},
OPTORGANIZATION = {},
PAGES = {274--283},
PUBLISHER = {ACM Press},
OPTSERIES = {},
OPTVOLUME = {},
KEYWORDS = {Topic: <b>Evolution patterns</b>, Venue: <i>CASCON</i>},
ABSTRACT = {The use of the Java Native Interface (JNI) allows taking
advantage of the existing libraries written in different programming
languages for code reuse, performance, and security. Despite the
importance of JNI in development, practices on its usages are not
well studied yet. In this paper, we investigated the usage of JNI in
100 open source systems collected from OpenHub and Github, around 8k
of source code files combined between Java and C/C++, including the
Java class libraries part of the JDK v9. We identified the state of
the practice in JNI systems by semi-automatically and manually
analyzing the source code. Our qualitative analysis shows eleven JNI
practices where they are mainly related to loading libraries,
implementing native methods, exception management, return types, and
local/global references management. Basing on our findings, we
provided some suggestions and recommendations to developers to
facilitate the debugging tasks of JNI in multi-language systems,
which can also help them to deal with the Java and C memory.}
}
Downloads: 0
{"_id":"DkWcS8mJcJfcPRzpN","bibbaseid":"grichi-abidi-guhneuc-khomh-stateofpracticesofjavanativeinterface-2019","author_short":["Grichi, M.","Abidi, M.","Gu�h�neuc, Y.","Khomh, F."],"bibdata":{"bibtype":"inproceedings","type":"inproceedings","author":[{"firstnames":["Manel"],"propositions":[],"lastnames":["Grichi"],"suffixes":[]},{"firstnames":["Mouna"],"propositions":[],"lastnames":["Abidi"],"suffixes":[]},{"firstnames":["Yann-Ga�l"],"propositions":[],"lastnames":["Gu�h�neuc"],"suffixes":[]},{"firstnames":["Foutse"],"propositions":[],"lastnames":["Khomh"],"suffixes":[]}],"booktitle":"Proceedings of the 29<sup>th</sup> IBM Centers for Advanced Studies Conference (CASCON)","title":"State of Practices of Java Native Interface","year":"2019","optaddress":"","optcrossref":"","editor":[{"firstnames":["Kostas"],"propositions":[],"lastnames":["Kontogiannis"],"suffixes":[]},{"firstnames":["Robert"],"propositions":[],"lastnames":["Enenkel"],"suffixes":[]}],"month":"October","note":"15 pages.","optnumber":"","optorganization":"","pages":"274–283","publisher":"ACM Press","optseries":"","optvolume":"","keywords":"Topic: <b>Evolution patterns</b>, Venue: <i>CASCON</i>","abstract":"The use of the Java Native Interface (JNI) allows taking advantage of the existing libraries written in different programming languages for code reuse, performance, and security. Despite the importance of JNI in development, practices on its usages are not well studied yet. In this paper, we investigated the usage of JNI in 100 open source systems collected from OpenHub and Github, around 8k of source code files combined between Java and C/C++, including the Java class libraries part of the JDK v9. We identified the state of the practice in JNI systems by semi-automatically and manually analyzing the source code. Our qualitative analysis shows eleven JNI practices where they are mainly related to loading libraries, implementing native methods, exception management, return types, and local/global references management. Basing on our findings, we provided some suggestions and recommendations to developers to facilitate the debugging tasks of JNI in multi-language systems, which can also help them to deal with the Java and C memory.","bibtex":"@INPROCEEDINGS{Grichi19-CASCON-StateofJNI,\r\n AUTHOR = {Manel Grichi and Mouna Abidi and Yann-Ga�l Gu�h�neuc and \r\n Foutse Khomh},\r\n BOOKTITLE = {Proceedings of the 29<sup>th</sup> IBM Centers for Advanced Studies Conference (CASCON)},\r\n TITLE = {State of Practices of Java Native Interface},\r\n YEAR = {2019},\r\n OPTADDRESS = {},\r\n OPTCROSSREF = {},\r\n EDITOR = {Kostas Kontogiannis and Robert Enenkel},\r\n MONTH = {October},\r\n NOTE = {15 pages.},\r\n OPTNUMBER = {},\r\n OPTORGANIZATION = {},\r\n PAGES = {274--283},\r\n PUBLISHER = {ACM Press},\r\n OPTSERIES = {},\r\n OPTVOLUME = {},\r\n KEYWORDS = {Topic: <b>Evolution patterns</b>, Venue: <i>CASCON</i>},\r\n ABSTRACT = {The use of the Java Native Interface (JNI) allows taking \r\n advantage of the existing libraries written in different programming \r\n languages for code reuse, performance, and security. Despite the \r\n importance of JNI in development, practices on its usages are not \r\n well studied yet. In this paper, we investigated the usage of JNI in \r\n 100 open source systems collected from OpenHub and Github, around 8k \r\n of source code files combined between Java and C/C++, including the \r\n Java class libraries part of the JDK v9. We identified the state of \r\n the practice in JNI systems by semi-automatically and manually \r\n analyzing the source code. Our qualitative analysis shows eleven JNI \r\n practices where they are mainly related to loading libraries, \r\n implementing native methods, exception management, return types, and \r\n local/global references management. Basing on our findings, we \r\n provided some suggestions and recommendations to developers to \r\n facilitate the debugging tasks of JNI in multi-language systems, \r\n which can also help them to deal with the Java and C memory.}\r\n}\r\n\r\n","author_short":["Grichi, M.","Abidi, M.","Gu�h�neuc, Y.","Khomh, F."],"editor_short":["Kontogiannis, K.","Enenkel, R."],"key":"Grichi19-CASCON-StateofJNI","id":"Grichi19-CASCON-StateofJNI","bibbaseid":"grichi-abidi-guhneuc-khomh-stateofpracticesofjavanativeinterface-2019","role":"author","urls":{},"keyword":["Topic: <b>Evolution patterns</b>","Venue: <i>CASCON</i>"],"metadata":{"authorlinks":{}}},"bibtype":"inproceedings","biburl":"http://www.yann-gael.gueheneuc.net/Work/Publications/Biblio/complete-bibliography.bib","dataSources":["8vn5MSGYWB4fAx9Z4"],"keywords":["topic: <b>evolution patterns</b>","venue: <i>cascon</i>"],"search_terms":["state","practices","java","native","interface","grichi","abidi","gu�h�neuc","khomh"],"title":"State of Practices of Java Native Interface","year":2019}