aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/sun/misc/URLClassPath.java
AgeCommit message (Expand)Author
2020-01-198216401: Allow "file:" URLs in Class-Path of local JARszgu
2018-11-288211731: Reconsider default option for ClassPathURLCheck change done in JDK-8...igerasim
2018-11-288208754: The fix for JDK-8194534 needs updatesigerasim
2018-11-288195874: Improve jar specification adherenceigerasim
2016-08-168151934: Resolve class resolutionrobm
2014-10-138061651: Interface to the Lookup Index Cache to improve URLClassPath search timeiklam
2013-12-268029235: Update copyright year to match last edit in jdk8 jdk repository for ...lana
2013-08-158022921: Remove experimental Profile attributealanb
2013-06-148012156: tools/javac/file/zip/T6865530.java fails for win32/64 in 7u25 nightl...chegar
2013-04-088008593: Better URLClassLoader resource managementchegar
2013-02-228008290: (profiles) Startup regression due to additional checking of JAR file...alanb
2013-02-04Mergedholmes
2013-01-257183373: URLClassloader.close() does not close JAR files whose resources have...dingxmin
2013-01-218003255: (profiles) Update JAR file specification to support profilesalanb
2011-12-057116857: Warnings in javax.security and some sun.miscweijun
2011-08-227080020: Add conventional constructors to InternalError and VirtualMachineErrordarcy
2011-06-087050028: ISE "zip file closed" from JarURLConnection.getInputStream on JDK 7 ...michaelm
2011-04-067033660: Update copyright year to 2011 on any files changed in 2011ohair
2011-01-136896088: URLClassLoader.close() apparently not working for JAR URLs on Windowsmichaelm
2010-05-256943119: Rebrand source copyright noticesohair
2009-08-076826780: URLClassPath should use HashMap<String, XXX> instead of HashMap<URL,...chegar
2009-06-296827999: 6827999: URLClassLoader.addURL(URL) adds URLs to closed class loadermichaelm
2009-01-304167874: URL-downloaded jar files can consume all available file descriptorsmichaelm
2008-07-026719955: Update copyright yearxdono
2008-05-026687919: REGRESSION : Classloader can handle any resource which is not includ...chegar
2008-03-106600143: Remove another 450 unnecessary castsmartin
2007-12-01Initial loadduke