-
Enhancement
-
Resolution: Fixed
-
P4
-
7
-
b55
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2175190 | 6u14 | Mandy Chung | P3 | Resolved | Fixed | b05 |
DefaultProxySelector has a few static variables (e.g. ftpNonProxyInfo and httpNonProxyInfo and the Pattern object) that are not always needed at startup. We can defer its initialization until it's needed.
- backported by
-
JDK-2175190 DefaultProxySelector should lazily initialize the Pattern object and the NonProxyInfo objects
-
- Resolved
-
- relates to
-
JDK-6798873 Reduce the number of classes loaded and class dependencies
-
- Closed
-