Memory Leaks in JNI code
843829Oct 13 2008 — edited Oct 14 2008Hi,
I have written a small C++ code which will load a JDBC Driver and connect to the database.
The code initially Loads the JVM & than connects to the Database.
When i tested the code with Boundscheket I found a conciderable amount of memory leak & all of these are shown in jvm.dll, zip.dll & java.dll. Is this OK? Are there memory leaks in JNI?