[Bug 3637] jar-cache doesn't work with jdk9+
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon Nov 26 09:41:55 UTC 2018
https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3637
--- Comment #5 from Lars Herschke <lhersch at dssgmbh.de> ---
(In reply to JiriVanek from comment #2)
> If you clear cache, and use ITW only with jdk9, how does it behave?
>
> From your description, it seems, that this is reproducible only when you
> had cached jars without anchor, and suddenly you switch jre to 9+, and the
> jars become unreachable.
I clear the cache completely. Then i start my application with jdk9 or jdk10
and all resources will be downloaded correctly. But then, if webstart want to
use these downloaded resources from its own cache the get from its map failed,
because the anchor #runtime. This anchor is not from the jnlp-file, it is added
from the java runtime. In openjdk 1.10.0_2 it is added in the method
getJarFile(URL url) on line 808 in
java.base/jdk.internal.loader.URLClasspath.java.
Here is the application i use for testing.
http://portal.incore.de/dss-portal.jnlp
--
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/20181126/a8d8a946/attachment.html>
More information about the distro-pkg-dev
mailing list