From owner-freebsd-java  Fri May 26  8:17:10 2000
Delivered-To: freebsd-java@freebsd.org
Received: from ntua.gr (achilles.noc.ntua.gr [147.102.222.210])
	by hub.freebsd.org (Postfix) with ESMTP id A186837B981
	for <freebsd-java@FreeBSD.ORG>; Fri, 26 May 2000 08:16:53 -0700 (PDT)
	(envelope-from past@netmode.ece.ntua.gr)
Received: from netmode.ece.ntua.gr (dolly.netmode.ece.ntua.gr [147.102.13.10])
	by ntua.gr (8.9.3/8.9.3) with ESMTP id SAA01275;
	Fri, 26 May 2000 18:16:44 +0300 (EET DST)
Received: by netmode.ece.ntua.gr (Postfix, from userid 410)
	id 8FF0985C3; Fri, 26 May 2000 18:06:13 +0300 (EET DST)
Date: Fri, 26 May 2000 18:06:12 +0300
From: Panagiotis Astithas <past@netmode.ntua.gr>
To: Rob Furphy <rcf@ox.com>
Cc: freebsd-java@FreeBSD.ORG
Subject: Re: OpenJIT - results with patchset 8 - Clear Steps to build it
Message-ID: <20000526180612.B14457@netmode.ece.ntua.gr>
Reply-To: past@netmode.ntua.gr
References: <Pine.GHP.4.21.0005261035080.2554-100000@mail.ilrt.bris.ac.uk> <20000526125407.C13208@netmode.ece.ntua.gr> <392E8B3E.8DE84682@ox.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0i
In-Reply-To: <392E8B3E.8DE84682@ox.com>; from rcf@ox.com on Fri, May 26, 2000 at 10:33:34AM -0400
X-Organizational-Unit: Network Management and Optimal Design Laboratory
X-Organization: National Technical University of Athens, GREECE
X-Work-Phone: +30-1-772-1-450
X-Work-FAX: +30-1-772-1-452
Sender: owner-freebsd-java@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

On Fri, May 26, 2000 at 10:33:34AM -0400, Rob Furphy wrote:
> 4) change line 171 in CClassHeaders/org_OpenJIT_Compile.h (2 changes) to:
> 
>      extern char org_OpenJIT_Compile_ConstantPoolFieldDescriptor(struct
> Horg_OpenJIT_Compile *, jint);

Actually, as Peter van Heusden pointed out, you only need to make one change,
the return type of the function must be char. Obviously jint is the same as
int32_t.

-past


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message