Fix for bug [1735852]. The RMI stub class for AbstractMasterJVM was being generated with a network-provided IP address, rather than 127.0.0.1. While the code attempted to avoid this by setting a property, the property was set in the constructor *after* the super constructor had already exported the object.