On 25/08/2017 15:59, Steve Groeger wrote:
Hello,
I would like to propose the change below to src/jdk.jdwp.agent/share/native/libjdwp/ModuleReferenceImpl.c native code so that the getName function use ReleaseStringUTFChars() to release the memory obtained using GetStringUTFChars() instea
Hello,
I would like to propose the change below to
src/jdk.jdwp.agent/share/native/libjdwp/ModuleReferenceImpl.c native code so
that the getName function use ReleaseStringUTFChars() to release the memory
obtained using GetStringUTFChars() instead of the current jvmtiDeallocate()
meth