Hi,
After reading the JNI specs, it looks like no JNI call is available to
retrieve the reference count for a specific Java Object (LocalRef or
GlobalRef).
I would like to able to retrieve the "reference count", is it
possible? Without using JVMPI or JVMDI ...
Thanks
After reading the JNI specs, it looks like no JNI call is available to
retrieve the reference count for a specific Java Object (LocalRef or
GlobalRef).
I would like to able to retrieve the "reference count", is it
possible? Without using JVMPI or JVMDI ...
Thanks
Comment