JDK-7102369 : remove java.rmi.server.codebase property parsing from registyimpl
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.rmi
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-10-18
  • Updated: 2011-11-18
  • Resolved: 2011-11-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other Other JDK 6 JDK 7 JDK 8 Other
1.4.2_34-rev,OpenJDK6Fixed 1.4.2_35Fixed 6u30Fixed 7u1-revFixed 8Fixed OpenJDK6Fixed
Description
java.rmi.server.codebase property parsing was added to the rmiregistry implementation code in recent fixes. Those fixes have been reworked and the java.rmi.server.codebase property no longer needs to be parsed in the affected class.

Comments
EVALUATION removed the related code.
18-10-2011