Date: Wed, 17 Mar 1999 13:00:39 +0900 From: "Daichi T.GOTO" <daichi@ongs.net> To: freebsd-java@FreeBSD.ORG Subject: Re: the prelease jdk1.2 for linux: problem Message-ID: <19990317130039A.daichi@ongs.net> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi :)
From: SHUDO Kazuyuki <shudoh@muraoka.info.waseda.ac.jp>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990317130039A.daichi>
