From owner-freebsd-java Wed Feb 19 19:33:46 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 C2DD337B401 for ; Wed, 19 Feb 2003 19:33:44 -0800 (PST) Received: from ool-18bacefa.dyn.optonline.net (ool-18bacefa.dyn.optonline.net [24.186.206.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE00B43FCB for ; Wed, 19 Feb 2003 19:33:43 -0800 (PST) (envelope-from cbr@ool-18bacefa.dyn.optonline.net) Received: from ool-18bacefa.dyn.optonline.net (localhost [127.0.0.1]) by ool-18bacefa.dyn.optonline.net (8.12.6/8.12.6) with ESMTP id h1K3Xb4p012291; Wed, 19 Feb 2003 22:33:37 -0500 (EST) (envelope-from cbr@ool-18bacefa.dyn.optonline.net) Received: (from cbr@localhost) by ool-18bacefa.dyn.optonline.net (8.12.6/8.12.6/Submit) id h1K3Xb1O012288; Wed, 19 Feb 2003 22:33:37 -0500 (EST) From: Christopher Rued MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15956.19601.491644.845972@ool-18bacefa.dyn.optonline.net> Date: Wed, 19 Feb 2003 22:33:37 -0500 To: Munehiro Matsuda Cc: c.rued@xsb.com, freebsd-java@FreeBSD.ORG Subject: Re: jdk13 and WITH_NATIVE_THREADS compile failing In-Reply-To: <20030220.115914.41627219.haro@kgt.co.jp> References: <15954.52401.64216.451980@ool-18bacefa.dyn.optonline.net> <20030219.100619.74757450.haro@kgt.co.jp> <15955.56261.257100.178858@ool-18bacefa.dyn.optonline.net> <20030220.115914.41627219.haro@kgt.co.jp> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid 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 Munehiro Matsuda writes: > From: Christopher Rued > Date: Wed, 19 Feb 2003 14:32:21 -0500 > ::Thanks for the help. I applied you patches, and eventually was able > ::to compile and install the native jdk131 with HotSpot. However, I was > ::not able to run it -- when I run `java -version`, I get the following: > > :: # Java VM: Java HotSpot(TM) Core VM (1.3.1-internal-debug interpreted mode) > :: > ::Any idea as what is wrong, or how to diagnose the problem??? > > I have never seen or had report of this kind of error before. > What kind of OS do you use? 4-STABLE/5-CURRENT/other from when? # uname -a FreeBSD ool-18bacefa.dyn.optonline.net 4.7-STABLE FreeBSD 4.7-STABLE #1: Sat Feb 8 19:58:28 EST 2003 root@ool-18bacefa.dyn.optonline.net:/usr/obj/usr/src/sys/FRANKENSTEIN i386 > What happens if you disable hotspot, by renaming hotspot directory to > some thing else, and try java -version? > e.g. > # cd /usr/local/jdk1.3.1/jre/lib/i386/ > # mv hotspot hotspot.tmp > # java -version # /usr/local/jdk1.3.1/bin/java -version java version "1.3.1-p8" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p8-cbr-030219-12:02) Classic VM (build 1.3.1-p8-cbr-030219-12:02, green threads, nojit) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message