Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bostrt/jni_test


https://github.com/bostrt/jni_test

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# javac Hello.java
# javah -jni Hello
# gcc -fPIC -I. -I/usr/lib/jvm/java-1.8.0-openjdk/include/ -I/usr/lib/jvm/java-1.8.0-openjdk/include/linux/ -o libhello_native.so -shared Hello.c
# java -XX:NativeMemoryTracking=detail -Djava.library.path=. Hello

# jcmd {PID} VM.native_memory detail