This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Missing java.lang.String constructor in libjava
- From: Andrew Haley <aph at redhat dot com>
- To: Erik Larsson <catacombae at gmail dot com>, "java at gcc dot gnu dot org" <java at gcc dot gnu dot org>
- Date: Mon, 01 Sep 2014 09:59:50 +0100
- Subject: Re: Missing java.lang.String constructor in libjava
- Authentication-results: sourceware.org; auth=none
- References: <5403FFAE dot 6010407 at gmail dot com>
On 01/09/14 06:10, Erik Larsson wrote:
> I was trying to compile some Java 1.5 code into a binary and ran into a
> problem. The constructor String(int[], int, int) does not exist in gcj's
> libjava, even though it was added to GNU classpath as early as 2006 [1].
> Is this omission intentional? Surely there must have been a code sync
> between gcc and GNU classpath since 2006?
I would have thought so. Why don't you have a look?
Andrew.