Description
TracerPool#loadReceiverType returns existing reference only if (receiver.getClass().getName().equals(className)) but the className could be short name of the receiver class. Multiple instances of the same receiver class are loaded in that case.