From owner-freebsd-java@FreeBSD.ORG Wed May 3 18:40:47 2006 Return-Path: X-Original-To: java@freebsd.org 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 C867916A459 for ; Wed, 3 May 2006 18:40:47 +0000 (UTC) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7892A43DA9 for ; Wed, 3 May 2006 18:40:31 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 3ADC4F27D9; Wed, 3 May 2006 11:40:31 -0700 (PDT) X-Virus-Scanned: by amavisd-new at mcneil.com Received: from mail.mcneil.com ([127.0.0.1]) by localhost (triton.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H5KbDS1FqCBh; Wed, 3 May 2006 11:40:30 -0700 (PDT) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 4E0BAF19EA; Wed, 3 May 2006 11:40:30 -0700 (PDT) From: Sean McNeil To: Will Saxon In-Reply-To: <1146678126.12238.346.camel@localhost> References: <1146678126.12238.346.camel@localhost> Content-Type: text/plain Date: Wed, 03 May 2006 11:40:30 -0700 Message-Id: <1146681630.50868.4.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: java@freebsd.org Subject: Re: Membar issue i386 specific? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2006 18:40:48 -0000 On Wed, 2006-05-03 at 13:42 -0400, Will Saxon wrote: > Hello, > > Is the SIGBUS issue requiring the use of -XX:+UseMembar i386 specific? I > was positive that I had used this option before on an amd64 machine but > today when I went to edit my /usr/local/bin/javavm script (per a prior > post by Greg Lewis) and tried to execute a java program I received the > following error: > > Unrecognized VM option '+UseMembar' > Could not create the Java virtual machine. > > I verified that this occurs when passed on the command line also. The amd64 port isn't Diablo and this was introduced into that code base. UseMemBar is not available in the ports version of jdk15 and is not necessary. It is only for the binary Diablo version which is only available for i386 at the moment.