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]

Missing java.lang.String constructor in libjava


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
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]