From owner-freebsd-java@FreeBSD.ORG Mon Feb 26 21:32:15 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9CC9E16A543 for ; Mon, 26 Feb 2007 21:32:15 +0000 (UTC) (envelope-from arnej@pvv.ntnu.no) Received: from decibel.pvv.ntnu.no (decibel.pvv.ntnu.no [129.241.210.179]) by mx1.freebsd.org (Postfix) with ESMTP id 9B79813C4B5 for ; Mon, 26 Feb 2007 21:32:12 +0000 (UTC) (envelope-from arnej@pvv.ntnu.no) Received: from arnej by decibel.pvv.ntnu.no with local (Exim 4.60) (envelope-from ) id 1HLnS7-0006wl-Hu; Mon, 26 Feb 2007 22:32:11 +0100 Date: Mon, 26 Feb 2007 22:32:11 +0100 (CET) From: "Arne H. Juul" To: Kurt Miller In-Reply-To: <200702261141.42579.kurt@intricatesoftware.com> Message-ID: References: <200702252138.46660.lists@intricatesoftware.com> <200702261141.42579.kurt@intricatesoftware.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-java@freebsd.org Subject: Re: patch: fix and re-enable curthread hash lookup 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: Mon, 26 Feb 2007 21:32:15 -0000 On Mon, 26 Feb 2007, Kurt Miller wrote: >>> On Thursday 22 February 2007 6:10 pm, Arne H. Juul wrote: >>>> This patch is still experimental, so if people can take a look at it and >>>> tell me about any problems they can spot that would be much appreciated. > > Ahh I see what's going on. Your MUA is converting tabs to > spaces (or perhaps you copied and pasted the diffs in and > that converted tabs to spaces). Even applying the diff > with -l I had rejects. I've applied the rejects manually > but if you make the diff available on your web site it > will allow others to test it easily. ouch, my bad. I've put it on http://www.pvv.org/~arnej/java/patch.thread.txt now, and also my earlier patch for auto datasegment limit: http://www.pvv.org/~arnej/java/patch.auto-ulimit.txt in case that has the same problem. - Arne H. J.