This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Missing java.lang.String constructor in libjava
- From: Erik Larsson <catacombae at gmail dot com>
- To: "java at gcc dot gnu dot org" <java at gcc dot gnu dot org>
- Date: Mon, 01 Sep 2014 07:10:06 +0200
- Subject: Missing java.lang.String constructor in libjava
- Authentication-results: sourceware.org; auth=none
Hi,
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?
Best regards,
- Erik
[1]
http://git.savannah.gnu.org/cgit/classpath.git/commit/?id=0dad3a00f48fa9092e8be66b398d5305129c8115