-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b70
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2181669 | 6u18 | Chris Hegarty | P3 | Resolved | Fixed | b02 |
URL.hashcode() will cause DNS lookup (see 6810437) and this might be very noticeable if eveything is taken from disk cache (e.g. deployment cache).
Suggested solution is to use URI instead of URL.
Suggested solution is to use URI instead of URL.
- backported by
-
JDK-2181669 URLClassPath should use HashMap<String, XXX> instead of HashMap<URL, XXX>
-
- Resolved
-
- relates to
-
JDK-6826801 JarFileFactory should not use HashMap<URL>
-
- Resolved
-
-
JDK-6810437 URL.hashcode() and URL.equals() are greedy with DN lookups
-
- Closed
-
-
JDK-6797730 Umbrella: Applet startup performance improvements
-
- Closed
-