This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Missing java.lang.String constructor in libjava


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]