JDK-6852108 : Remove Preferences dependance from SocksSocketImpl
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 7
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-06-17
  • Updated: 2024-02-23
  • Resolved: 2009-07-17
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.
JDK 7
7 b64Fixed
Related Reports
Relates :  
Description
SocksSocketImpl has a dependency on java.util.Preferences which is not needed and should be removed as it has an impact on modularity and startup performances.

Comments
EVALUATION Yes, the Preferences API support was an aborted, and never documented, attempt to replace system properties with something more palatable. It should be removed.
17-06-2009