From owner-freebsd-java Tue Mar 16 20: 6: 4 1999 Delivered-To: freebsd-java@freebsd.org Received: from jiyu.net (unknown [209.100.98.61]) by hub.freebsd.org (Postfix) with ESMTP id A7FCA1529B for ; Tue, 16 Mar 1999 20:05:15 -0800 (PST) (envelope-from daichi@ongs.net) Received: from localhost (ppph092.wbs.ne.jp [202.219.55.92]) by jiyu.net (8.8.5/8.8.5) with ESMTP id NAA01911 for ; Wed, 17 Mar 1999 13:04:53 +0900 To: freebsd-java@FreeBSD.ORG Subject: Re: the prelease jdk1.2 for linux: problem In-Reply-To: <199903150404.NAA07005@cafe.muraoka.info.waseda.ac.jp> References: <199903130646.PAA24203@cafe.muraoka.info.waseda.ac.jp> <199903150404.NAA07005@cafe.muraoka.info.waseda.ac.jp> X-Mailer: Mew version 1.94b9 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990317130039A.daichi@ongs.net> Date: Wed, 17 Mar 1999 13:00:39 +0900 From: "Daichi T.GOTO" X-Dispatcher: imput version 990225(IM107) Lines: 45 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi :) From: SHUDO Kazuyuki Subject: Re: the prelease jdk1.2 for linux: problem Date: Mon, 15 Mar 1999 13:04:23 +0900 > I forgot to mention an important matter. You must > disable JIT compiler. JDK 1.2 for Linux contains a JIT > from Sun, but that can't work with green threads. > Specify `-Djava.compiler=' with java command to disable > the JIT. after changed result is following: /home/daichi(985) /usr/local/jdk1.2/bin/java ../../../../../src/linux/hpi/green_threads/src/dl-malloc.c:1627: malloc_extend_top: Assertion `((size_t)((char*)(((mbinptr)(&(av_[2 * (0)])))->fd) + top_size) & (pagesz - 1)) == 0' failed. Abort(core dumped) /home/daichi(986) uumm... how do I test with `-Djava.compiler=' option? /usr/local/jdk1.2/bin/java -Djava.compiler=/usr/local/jdk1.2/bin/javac ok? /home/daichi(986) /usr/local/jdk1.2/bin/java -Djava.compiler=/usr/local/jdk1.2/bin/javac ../../../../../src/linux/hpi/green_threads/src/dl-malloc.c:1627: malloc_extend_top: Assertion `((size_t)((char*)(((mbinptr)(&(av_[2 * (0)])))->fd) + top_size) & (pagesz - 1)) == 0' failed. Abort(core dumped) /home/daichi(987) the result is the same ioi. > But still, I suppose that JDK 1.2 for Linux can't work > on linux emulation of FreeBSD. yeah, me too. ---- Daichi T.GOTO (ONGS) http://www.ongs.net/daichi, daichi@ongs.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message