Re: Missing java.lang.String constructor in libjava

Andrew Haley <[email protected]> Mon, 01 Sep 2014 09:59:50 +0100
Newsgroups gmane.comp.gcc.java.devel
Message-ID <[email protected]>
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.