From owner-freebsd-java Sat Jan 4 16:57:32 2003 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 8D03B37B401 for ; Sat, 4 Jan 2003 16:57:31 -0800 (PST) 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 1B6BF43EA9 for ; Sat, 4 Jan 2003 16:57:31 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18Uz6T-0000UZ-00; Sat, 04 Jan 2003 16:57:25 -0800 Date: Sat, 4 Jan 2003 16:57:25 -0800 To: Nick Johnson Cc: Ron Park , freebsd-java@FreeBSD.ORG, "Bill Huey (Hui)" Subject: Re: What else did I miss? (Build hotspot on 4.7 Stable) Message-ID: <20030105005725.GA1888@gnuppy.monkey.org> References: <20030104213635.24315.qmail@outgun.com> <20030104142732.P30835-100000@turing.morons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030104142732.P30835-100000@turing.morons.org> 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 Sat, Jan 04, 2003 at 02:28:44PM -0800, Nick Johnson wrote: > I think those warnings are expected at this point. I believe billf is > working on making the red and yellow zoning work if I'm not mistaken. I > guess the JVM prefers it if that stuff is there, but it works anyway even > if it's not. Red zoning automatically works because of Posix threading complicance in libc_r, yellow zoning doesn't really get you anything since the heuristic for screwing with "out of memory" situations via some kind of recovery tactic is precarious in HotSpot. It's simply turned off in the Linux port, so I did the same here. > > O.K. update from what I did. I did cvsup stable tree, rebuild OS, rebuild hotspot. And it > > seems to do O.K. I got this warning about setkey in the linking part. > [snip] > > > > -------------------------------------------------------------------------------------- > > ava HotSpot(TM) Core VM warning: os::allocate_thread_local_storage: pthread_key > > = 0x00000000 > > sizep == 0x00100000 > > Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the ke > > y for "index = 0x00000000" > > Java HotSpot(TM) Core VM warning: os::thread_local_storage_at_put: index = 0x000 > > 00000, value = 0x08078000 > > Java HotSpot(TM) Core VM warning: must be the same thread, slowly 0x08078000, 0x > > 08078000 > > Java HotSpot(TM) Core VM warning: Attempt to guard stack yellow zone failed. > > Java HotSpot(TM) Core VM warning: Attempt to guard stack red zone failed. > > Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the ke > > y for "index = 0x00000000" Those are my personal debug messages, they've been removed from my source tree now so ignore them. :) bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message