[Bug 3637] New: jar-cache doesn't work with jdk9+

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Oct 17 13:39:40 UTC 2018


https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3637

            Bug ID: 3637
           Summary: jar-cache doesn't work with jdk9+
           Product: IcedTea-Web
           Version: 1.7
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: NetX (javaws)
          Assignee: jvanek at redhat.com
          Reporter: lhersch at dssgmbh.de
                CC: unassigned at icedtea.classpath.org

Created attachment 1702
  --> https://icedtea.classpath.org/bugzilla/attachment.cgi?id=1702&action=edit
possible fix

The method retrieve(URL url) in
net.sourceforge.jnlp.runtime.CachedJarFileCallback is since jdk9 (because
changes in jdk.internal.loader.URLClassPath$JarLoader.getJarFile(URL url))
often called with an url with the anchor #runtime. The entries in the hashmap
mapping are stored with keys without an anchor. So the get with anchor is
failing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20181017/d69986d8/attachment.html>


More information about the distro-pkg-dev mailing list