rstack[rTop]= null; // avoid unnecessary reference to object
//TODO arreglar este parche feo
if (o instanceof ProxyRelatedInvocationHandler)
{
ProxyRelatedInvocationHandler proxyRelatedInvocationHandler= (ProxyRelatedInvocationHandler) o;
if (!proxyRelatedInvocationHandler.isInvoked())
o= proxyRelatedInvocationHandler.getProxy();
proxyRelatedInvocationHandler.setInvoked(existsIn(rstack, proxyRelatedInvocationHandler));
}
return o;
}