[Ikvm-developers] DirectByteBuffer not getting deleted in c# code
Brought to you by:
jfrijters
|
From: Abhinav <ab...@vi...> - 2016-02-19 11:44:33
|
Hello All,
I am using ikvmbin-8.0.5449.1 to use my java code in c#
environement. In my java code I have java class that acts as a wrapper over
DirectByteBuffer and keep the reference of DirectByteBuffer in the wrapper
class. When I am running pure java code everything is working as expected
and I don't see any memory leak. But when I use the same class in c#,
instances of DirectByteBuffer(Native Side) are not getting deleted though
wrapper class in getting deleted. Nobody other than the wrapper class is
holding the reference of DirectByteBuffer. Could you help me out what
possibly is going wrong ?
Regards,
Abhinav
|