hg: jdk7/tl/jdk: 2 new changesets
    christopher.hegarty at sun.com 
    christopher.hegarty at sun.com
       
    Fri Aug  7 02:59:50 PDT 2009
    
    
  
Changeset: 0d99696fec64
Author:    chegar
Date:      2009-08-07 10:50 +0100
URL:       http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0d99696fec64
6826780: URLClassPath should use HashMap<String, XXX> instead of HashMap<URL, XXX>
Summary: Replace URL with a String representation.
Reviewed-by: michaelm, jccollet
! make/sun/net/FILES_java.gmk
! src/share/classes/sun/misc/URLClassPath.java
+ src/share/classes/sun/net/util/URLUtil.java
Changeset: 9424d836691f
Author:    chegar
Date:      2009-08-07 10:51 +0100
URL:       http://hg.openjdk.java.net/jdk7/tl/jdk/rev/9424d836691f
6826801: JarFileFactory should not use HashMap<URL>
Summary: Replace URL with a String representation.
Reviewed-by: michaelm, jccollet
! src/solaris/classes/sun/net/www/protocol/jar/JarFileFactory.java
! src/windows/classes/sun/net/www/protocol/jar/JarFileFactory.java
    
    
More information about the net-dev
mailing list