About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
Publication
JAVA VM 2001
Conference paper
Implementing JNI in Java for Jalapeño
Abstract
Developed at the IBM T. J. Watson Research Center, Jalapeño [1] is a Java virtual machine (JVM) written in Java that targets high-performance servers. The strategic decision early in the project to implement Jalapeño in Java [2] leads to many important advantages, but also several implications; therefore when the Java Native Interface (JNI) was implemented for Jalapeño, we were heavily influenced by this philosophy. In this short paper, we present a JNI implementation that is written in Java. We discuss the advantages and implications that arise from a Java implementation.