[Bug 787] IcedTea javac fails to compile certain generic expressions (Reduced test case included)

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Sun Dec 4 10:08:26 PST 2011


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

Deepak Bhole <dbhole at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dbhole at redhat.com
         Resolution|                            |WONTFIX

--- Comment #2 from Deepak Bhole <dbhole at redhat.com> 2011-12-04 18:08:26 UTC ---
This looks like the same issue as RH706066/S6369605 fixed in OpenJDK7:
http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/dc550520ed6f

I've confirmed by applying the patch and trying to re-compile the test.

It was rejected from application to IcedTea. You can find the discussion in
this thread:
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2011-June/014574.html

Since the concerns for backport still stand, I would suggest manually
specifying the type parameters in your code instead of having the compiler
infer them. That is what Denis's patch did for commons-discovery:
https://issues.apache.org/jira/browse/DISCOVERY-18

I am going to close this as WONTFIX.

-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the distro-pkg-dev mailing list