Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Memory Leaks in JNI code

843829Oct 13 2008 — edited Oct 14 2008
Hi,
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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 11 2008
Added on Oct 13 2008
6 comments
397 views