From owner-freebsd-java Thu Feb 6 10:22:57 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A69EB37B401 for ; Thu, 6 Feb 2003 10:22:56 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCDC043F75 for ; Thu, 6 Feb 2003 10:22:53 -0800 (PST) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h16KRAvb093021; Thu, 6 Feb 2003 20:27:10 GMT Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.2) id h16ITE5m099501; Thu, 6 Feb 2003 20:29:14 +0200 (EET) (envelope-from phantom) Date: Thu, 6 Feb 2003 20:29:14 +0200 From: Alexey Zelkin To: GB Clark Cc: freebsd-java@FreeBSD.ORG Subject: Re: patchset 2 build failure Message-ID: <20030206202914.B99452@phantom.cris.net> References: <1044548353.29433.20.camel@dyn231.iacc-tm4.ndsu.nodak.edu> <20030206192722.A99004@phantom.cris.net> <20030206121817.5df51104.gclarkii@vsservices.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030206121817.5df51104.gclarkii@vsservices.com>; from gclarkii@vsservices.com on Thu, Feb 06, 2003 at 12:18:17PM -0600 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Thu, Feb 06, 2003 at 12:18:17PM -0600, GB Clark wrote: > I think the problem here is that the K6-III is a P5 processor and not a P6 processor as mentioned > in the error... > > assert(VM_Version::is_P6() || dest->has_byte_register(), "must use byte registers if not P6") > > Is the line... I agree, but output sent me by Eric shows that JDK is correctly detected it as p5-family processor. So, problem is second condition. Will try to find it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message