Erich P. Stuntebeck, John S. Davis II, et al.
HotMobile 2008
JAVA, as a development platform provides a number of programmer friendly capabilities, including Platform neutrality, Garbage collection, Unicode support, Regular expressions, and Multi-threading support. The Java Native Interface (JNI) to allow Java to interact with libraries written in other languages. However, JNI introduces platform specific dependencies that mitigate some of Java’s benefits. In particular: Java’s garbage collection system and heap management has no awareness or control over the use of dynamic memory in the native code. A JNI library can easily cause the Java program to exceed its maximum specified heap.
Erich P. Stuntebeck, John S. Davis II, et al.
HotMobile 2008
Pradip Bose
VTS 1998
Raymond Wu, Jie Lu
ITA Conference 2007
Ehud Altman, Kenneth R. Brown, et al.
PRX Quantum