The implementation of the java.rmi.registry.Registry interface does not handle stub classes evolving over time. If a remote object implementation adds support for an additional interface after its previous stub was loaded into the registry, object serialization will flag a class mismatch when binding the new stub in the registry.