Is it possible to obtain all references to an object in Java.
What I need to check is if an object has removed all subscriptions for callbacks.
Thanks
This is possivble via JVMTI and typically done by heap profilers. However, it cannot be done from within Java.