From owner-freebsd-java Mon Sep 30 15:44:23 2002 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 C332437B401 for ; Mon, 30 Sep 2002 15:44:22 -0700 (PDT) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B5F743E4A for ; Mon, 30 Sep 2002 15:44:22 -0700 (PDT) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 17w9Gw-0000WM-00; Mon, 30 Sep 2002 15:44:14 -0700 Date: Mon, 30 Sep 2002 15:44:14 -0700 To: Stefan Arentz Cc: freebsd-java@FreeBSD.ORG, "Bill Huey (Hui)" Subject: Re: Hotspot Weirdness with -O3 Message-ID: <20020930224414.GB1980@gnuppy.monkey.org> References: <20020930191402.GB9208@keyser.soze.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020930191402.GB9208@keyser.soze.com> User-Agent: Mutt/1.4i From: Bill Huey (Hui) 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 On Mon, Sep 30, 2002 at 09:14:02PM +0200, Stefan Arentz wrote: > I just recompiled hotspot with -O3 instead of -O0 and now I'm getting > the following: Yeah, don't do that. I decreased the optimization level because something in it would break HotSpot. Moving to -O3 isn't going to get you a lot more speed anyways outside of the interpreter, so just use the defaults I have in the Makefile. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message