[Bug 2956] GWT modules are failing to compile under 1.6.0_39

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu May 26 02:29:45 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2956

--- Comment #15 from Andrew John Hughes <gnu.andrew at redhat.com> ---
     [java] Caused by: java.lang.ClassCastException:
sun.net.www.protocol.file.FileURLConnection cannot be cast to
java.net.JarURLConnection
     [java]     at
com.google.gwt.dev.javac.JdtCompiler$JreIndex.readPackages(JdtCompiler.java:176)
     [java]     at
com.google.gwt.dev.javac.JdtCompiler$JreIndex.<clinit>(JdtCompiler.java:154)

I don't see how that's an OpenJDK fault; it is an invalid cast...

public class FileURLConnection extends URLConnection { ...
abstract public class URLConnection extends java.net.URLConnection { ...
public abstract class URLConnection {

-- 
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/20160526/0764a700/attachment.html>


More information about the distro-pkg-dev mailing list