From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8128 invoked by alias); 1 Sep 2014 05:10:14 -0000 Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org Received: (qmail 8111 invoked by uid 89); 1 Sep 2014 05:10:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f174.google.com Received: from mail-lb0-f174.google.com (HELO mail-lb0-f174.google.com) (209.85.217.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 01 Sep 2014 05:10:12 +0000 Received: by mail-lb0-f174.google.com with SMTP id p9so5320898lbv.33 for ; Sun, 31 Aug 2014 22:10:09 -0700 (PDT) X-Received: by 10.112.55.102 with SMTP id r6mr24713887lbp.23.1409548208962; Sun, 31 Aug 2014 22:10:08 -0700 (PDT) Received: from titan.local (h-42-132.a357.priv.bahnhof.se. [79.136.42.132]) by mx.google.com with ESMTPSA id m1sm11419565lbc.49.2014.08.31.22.10.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 31 Aug 2014 22:10:08 -0700 (PDT) Message-ID: <5403FFAE.6010407@gmail.com> Date: Mon, 01 Sep 2014 05:10:00 -0000 From: Erik Larsson User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: "java@gcc.gnu.org" Subject: Missing java.lang.String constructor in libjava Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00000.txt.bz2 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