From owner-freebsd-java@FreeBSD.ORG Sat Nov 11 04:46:45 2006 Return-Path: X-Original-To: freebsd-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 448D016A416 for ; Sat, 11 Nov 2006 04:46:45 +0000 (UTC) (envelope-from ntarmos@ceid.upatras.gr) Received: from poseidon.ceid.upatras.gr (poseidon.ceid.upatras.gr [150.140.141.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16FFE43D4C for ; Sat, 11 Nov 2006 04:46:44 +0000 (GMT) (envelope-from ntarmos@ceid.upatras.gr) Received: from rhea.ceid.upatras.gr (rhea.ceid.upatras.gr [150.140.141.171]) by poseidon.ceid.upatras.gr (Postfix) with ESMTP id 050AF5C1B1F for ; Sat, 11 Nov 2006 06:46:44 +0200 (EET) Received: from localhost (localhost [127.0.0.1]) by rhea.ceid.upatras.gr (Postfix) with ESMTP id D6CF780002 for ; Sat, 11 Nov 2006 06:46:41 +0200 (EET) Received: from rhea.ceid.upatras.gr ([127.0.0.1]) by localhost (rhea [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03648-02 for ; Sat, 11 Nov 2006 06:46:41 +0200 (EET) Received: from ace.b020.ceid.upatras.gr (unknown [150.140.143.234]) by rhea.ceid.upatras.gr (Postfix) with ESMTP id E6A1B80003 for ; Sat, 11 Nov 2006 06:46:37 +0200 (EET) Received: by ace.b020.ceid.upatras.gr (Postfix, from userid 1001) id A45165E; Sat, 11 Nov 2006 06:29:46 +0200 (EET) Date: Sat, 11 Nov 2006 06:29:46 +0200 From: Nikos Ntarmos To: freebsd-java@freebsd.org Message-ID: <20061111042946.GC88440@ace.b020.ceid.upatras.gr> Mail-Followup-To: freebsd-java@freebsd.org References: <20061110203714.GA89006@ace.b020.ceid.upatras.gr> <20061110124459.M88944@turing> <20061110213313.GA72658@ace.b020.ceid.upatras.gr> <200611110838.09171.davidxu@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611110838.09171.davidxu@freebsd.org> Organization: NetCInS Lab., C.E.I.D., U. of Patras, Greece WWW-Homepage: http://ntarmos.dyndns.org/ X-PGP-Fingerprint: 9680 60A7 DE60 0298 B1F0 9B22 9BA2 7569 CF95 160A Office-Phone: +30-2610-996919 Office-Fax: +30-2610-969011 GPS-Info: 38.31N, 21.82E User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Virus-Scanned: by amavisd-new at ceid.upatras.gr Subject: Re: Performance of Java on FBSD vs. others... 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: Sat, 11 Nov 2006 04:46:45 -0000 Hi there David. On Sat, Nov 11, 2006 at 08:38:09AM +0800, David Xu wrote: > I believe default malloc options on -CURRENT turn on debugging code. > you might define NO_MALLOC_EXTRAS=yes in /etc/make.conf, > recompile and reinstall libc, try it to see if there is any difference. Thanks for the pointer. I just rebuilt world with NO_MALLOC_EXTRAS=yes. No noticeable difference though :( \n\n