I have a question about memory leak calling c++ in java. If my c++ function has the memory leak problem, when I call it in my java application.
- Can I find the problem by JVM tools?
- If the memory continuous leaks, java can catch the out of memory exception?
- I call the c++ function by JNA way and use the JNA Structure Objects, I need to manage the memory of them by myself.