From owner-freebsd-java Mon Nov 25 4:24:11 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 F27A737B401 for ; Mon, 25 Nov 2002 04:24:09 -0800 (PST) Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id B845443EAA for ; Mon, 25 Nov 2002 04:24:07 -0800 (PST) (envelope-from mantzios@softlab.ece.ntua.gr) Received: from theseas.softlab.ece.ntua.gr (theseas.softlab.ece.ntua.gr [147.102.1.1]) by ulysses.noc.ntua.gr (8.11.6/8.11.6) with ESMTP id gAPCNuN78000; Mon, 25 Nov 2002 14:23:56 +0200 (EET) Received: from localhost (mantzios@localhost) by theseas.softlab.ece.ntua.gr (8.11.6/8.11.6) with ESMTP id gAPCNuD14457; Mon, 25 Nov 2002 14:23:56 +0200 (EET) Date: Mon, 25 Nov 2002 14:23:55 +0200 (EET) From: Mantzios Achilleus To: Bill Huey Cc: Achilleus Mantzios , Subject: Re: Jboss, -Xss with hotspot on -release 4.7p2 In-Reply-To: <20021125113108.GA1169@gnuppy.monkey.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 ---------------------------------------------------------------- | go to the source -> http://www.softlab.ece.ntua.gr/~mantzios | ---------------------------------------------------------------- On Mon, 25 Nov 2002, Bill Huey wrote: > On Mon, Nov 25, 2002 at 01:35:27PM +0200, Achilleus Mantzios wrote: > > Note that compiler2 doesnt build: > > > > a bunch of compiler options e.g > > cc1plus: Invalid option `-fssa' > > give errors. > > > > BTW is there something "fast" i could do to start working > > with jboss (that is having worked around -Xss flag issue that Bill > > commnted on and Java_java_net_InetAddressImpl_getHostByAddr issue > > that Andrey commnted on)?? > > Find thoe gethost* function in the main JVM sources, maybe renamed them, > etc... as previously suggested by Alexey. Funny, though, since classic > works correctly, which is why I'm thinking it's a HotSpot specific > problem still. I think you are right. gethostbyaddr_r function is never called in hotspot. (only plain gethostbyaddr). Thats what grep says, i have no knowledge of java/hotspot internals as to know the whole arch and possibly find a way to resolve these problems. However since i started it being a FreeBSD fun, as a ... break from my main ordinary work (java developer), i think its about time to quit trying until some good fella puts some effort to make it run on -stable (or wait untill what is presently 5.0 -current becomes 5.X -stable. Anyway you all (Bill, Alexey, Greg) did a great job. Too pity SUN or the so called biggest fun of open-source IBM didnt pay you to keep doing it. > > bill > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message