[Bug 751] IcedTea7 should bootstrap with IcedTea7

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Jul 5 03:37:45 PDT 2011


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


Andrew John Hughes <ahughes at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #1 from Andrew John Hughes <ahughes at redhat.com>  2011-07-05 10:37:45 ---
First failure; HotSpot compiles the serviceability agent with 1.6 options but
our bootstrap patches bring in 1.7 JDK code:

/mnt/builder/icedtea7/openjdk-boot/jdk/src/share/classes/java/lang/String.java:2333:
error: diamond operator is not supported in -source 1.6
            ArrayList<String> list = new ArrayList<>();

Should be an easy fix to make it use 1.7



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



More information about the distro-pkg-dev mailing list