From owner-freebsd-java Sat Jul 21 10:49:38 2001 Delivered-To: freebsd-java@freebsd.org Received: from sharmas.dhs.org (cpe-66-1-147-119.ca.sprintbbd.net [66.1.147.119]) by hub.freebsd.org (Postfix) with ESMTP id 83CDE37B406 for ; Sat, 21 Jul 2001 10:49:34 -0700 (PDT) (envelope-from adsharma@sharmas.dhs.org) Received: by sharmas.dhs.org (Postfix, from userid 500) id 642685DD97; Sat, 21 Jul 2001 10:49:50 -0700 (PDT) Date: Sat, 21 Jul 2001 10:49:50 -0700 From: Arun Sharma To: java@FreeBSD.ORG Subject: Re: POSIX port of Intel ORP Message-ID: <20010721104950.A31627@sharmas.dhs.org> References: <20010720100944.A13540@sharmas.dhs.org> <20010721025208.A65928@misty.eyesbeyond.com> <20010720104344.A22485@sharmas.dhs.org> <20010721032457.A66507@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <20010721032457.A66507@misty.eyesbeyond.com>; from glewis@eyesbeyond.com on Sat, Jul 21, 2001 at 03:24:58AM +0930 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 Here is a developer preview of what I have done so far: http://www.sharma-home.net/~adsharma/projects/orp/orp-posix-patch.txt.gz [34 KB] It's a patch against: orp20010706l.tgz Rough edges: - I had to symlink /usr/local/lib/lib{glib,gthread}1-2.so to lib{glib,gthread}.so to be able to link orp. - symlink os/bsd to os/FreeBSD - There's a GPL contamination issue in orp_synch.h - two simple inline functions from linux asm/bitops.h have been copied verbatim. If someone can clean-room it, this should go away. Status: - Compiles, but core dumps on a hello world program. The core dump seems to be happening in JIT'ed code. Once the patches have been tested, I intend to submit a patch to Intel for inclusion in the official source tree. -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message