IcedTea with gcc 4.3 and Minimum JDK version
Michael Franz
mvfranz at gmail.com
Fri Mar 21 12:21:44 PDT 2008
I think that somehow the bootstrap part is not working for me. The classes
that are being compiled are Java 7 and depend on Java 7. I patched my
String issue, but now I am getting a problem with
sun/tools/java/MethodSet.java requiring the Java 7 version of Collections.
1. ERROR in hotspot-tools/sun/tools/java/MethodSet.java (at line 188)
return Collections.emptyIterator();
^^^^^^^^^^^^^
The method emptyIterator() is undefined for the type Collections
Are there major changes between icedtea 1.5 and icedtea 1.6? I was using a
pre-1.6 version of icedtea that had some patches that made things easier for
me.
On Fri, Mar 21, 2008 at 2:16 PM, Michael Franz <mvfranz at gmail.com> wrote:
>
>
> > Earlier versions of the same codebase have been used to compile
> > OpenJDK so it seems odd that you'd run into a problem here. Can you
> > include the line that leads to that error? Which javac does it use?
> > --
> > Andrew :-)
> >
>
> Is this what you are asking for?
> /usr/bin/java -jar /opt/local/share/java/eclipse-ecj.jar -bootclasspath
> :/opt/local/share/java/libgcj-
> 4.3.0.jar:/opt/local/share/java/libgcj-tools-4.3.0.jar:: -nowarn -g -d
> lib/hotspot-tools -source 1.6 -sourcepath
> rt:hotspot-tools:openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:generated
> @hotspot-tools-source-files.txt
> ----------
> 1. ERROR in
> hotspot-tools/sun/jvmstat/perfdata/monitor/PerfStringMonitor.java (at line
> 103)
> return new String(b, 0, i, defaultCharset);
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> The constructor String(byte[], int, int, Charset) is undefined
> ----------
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20080321/5be54f58/attachment.html
More information about the distro-pkg-dev
mailing list