Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 74957 invoked from network); 6 Jan 2009 15:28:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jan 2009 15:28:42 -0000 Received: (qmail 89622 invoked by uid 500); 6 Jan 2009 15:28:41 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 89187 invoked by uid 500); 6 Jan 2009 15:28:40 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 89176 invoked by uid 99); 6 Jan 2009 15:28:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2009 07:28:40 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chunronglai@gmail.com designates 209.85.198.244 as permitted sender) Received: from [209.85.198.244] (HELO rv-out-0708.google.com) (209.85.198.244) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2009 15:28:32 +0000 Received: by rv-out-0708.google.com with SMTP id k29so9170917rvb.0 for ; Tue, 06 Jan 2009 07:28:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=FhUnDYx2iWhSIsn2gL6N2BauYvbjG3DM21So+RRkq7I=; b=ABSQERPfrjYURXQCheyswX3e075DcrgrHPG7Zg8KsDSejKLHO1rmukhjP0MARI+PMK u5VcBUiCjLdUzBuEbibdVtij9dLC3ffHjJIQjOMWSRSuB+M+faLo3UwMs41LY35AS7Wa M6Ttl+wClKY1M13kjArO7w1EXIv82rbfAJPds= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=WIBCWxOQ7uQfinIJUErauPOlkz8NJMtapfdzPqEdyInb9mxeKwUrjtvZNjGG3dnFjQ zu4ufVyNuK7B1ytoDykvGSSxkTeDH/Zb9gbB+YOkNDqEptGryH0rHSykyzFcqnf4vfqm PSijewmm4SgNwAqLxfSS6Z9q74+5Ysr023HZU= Received: by 10.141.96.19 with SMTP id y19mr10980315rvl.201.1231255690952; Tue, 06 Jan 2009 07:28:10 -0800 (PST) Received: by 10.141.44.6 with HTTP; Tue, 6 Jan 2009 07:28:10 -0800 (PST) Message-ID: Date: Tue, 6 Jan 2009 23:28:10 +0800 From: "chunrong lai" To: dev@harmony.apache.org Subject: Re: [build] build break? In-Reply-To: <496370E8.7050908@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_178676_12480939.1231255690947" References: <496370E8.7050908@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_178676_12480939.1231255690947 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline hi, Tim: I am using "ant -Dauto.fetch=true all" to do rebuild and have not seen the problem. I think that it is a full rebuild since it includes populate-src, clean, and build. The error info itself should not exist because the method getHashcode is defined in the class of VMHelper. -chunrong Managed Runtime Technology Center, Intel On Tue, Jan 6, 2009 at 10:55 PM, Tim Ellison wrote: > Is this just me... doing a full rebuild after an update? > > > build-compressed: > [mkdir] Created dir: > > C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\gc_gen\classes > [hy.javac] Compiling 1 source file to > > C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\gc_gen\classes > [hy.javac] Since fork is false, ignoring memoryMaximumSize setting > [hy.javac] ---------- > [hy.javac] 1. ERROR in > > C:\Harmony-federated\working_vm\vm\gc_gen\javasrc\org\apache\harmony\drlvm\gc_gen\GCHelper.java > (at line 323) > [hy.javac] return VMHelper.getHashcode(p_obj); > [hy.javac] ^^^^^^^^^^^ > [hy.javac] The method getHashcode(Address) is undefined for the type > VMHelper > [hy.javac] ---------- > [hy.javac] 1 problem (1 error) > > BUILD FAILED > > ------=_Part_178676_12480939.1231255690947--