[Bug 3637] jar-cache doesn't work with jdk9+
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Nov 23 16:29:49 UTC 2018
https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3637
--- Comment #4 from JiriVanek <jvanek at redhat.com> ---
Is it possible that there will be *only* #runtime for ever? I was debugging
JDK, but not found where it come frome... Or maybe tryboth? like:
+ if (localUrl == null) {
+ if (url.getRef() != null) {
+ url = new URL(url.toString().substring(0,
url.toString().lastIndexOf(url.getRef()) - 1));
+ localUrl = mapping.get(url);
+ }
+ }
WDYT?
--
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/20181123/abdf791a/attachment.html>
More information about the distro-pkg-dev
mailing list