JNI uses JVM resources?
843829Nov 23 2006 — edited Nov 29 2006Hello all,
I've tried to figure out if JNI consumes the JVM resources or if it consumes system resources but i did not succeeded.
For example, if i do a malloc() using JNI when called by an application that is running in a JVM, does the JVM heap used memory increase?
Best regards,
Nuno