From owner-freebsd-java Wed Feb 26 19: 9:48 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 76BDA37B401 for ; Wed, 26 Feb 2003 19:09:46 -0800 (PST) Received: from seed.net.tw (sn14.seed.net.tw [139.175.54.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7257B440C8 for ; Wed, 26 Feb 2003 19:06:37 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [211.74.130.106] (port=49431 helo=leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:3) id 18oENX-000BoX-00 for freebsd-java@FreeBSD.ORG; Thu, 27 Feb 2003 11:06:36 +0800 Received: from leafy.idv.tw (nobody@localhost [127.0.0.1]) by leafy.idv.tw (8.12.7/8.12.7) with ESMTP id h1R36ZnW073054 for ; Thu, 27 Feb 2003 11:06:35 +0800 (CST) (envelope-from leafy@leafy.idv.tw) Received: (from leafy@localhost) by leafy.idv.tw (8.12.7/8.12.7/Submit) id h1R36ZKN073053 for freebsd-java@FreeBSD.ORG; Thu, 27 Feb 2003 11:06:35 +0800 (CST) Date: Thu, 27 Feb 2003 11:06:34 +0800 From: leafy To: freebsd-java@FreeBSD.ORG Subject: Re: [REPOST] java/47397: [PATCH] java/jdk13 to enable HotSpot Message-ID: <20030227030634.GA72815@leafy.idv.tw> Mail-Followup-To: freebsd-java@FreeBSD.ORG References: <15962.16668.753657.116140@ool-18bacefa.dyn.optonline.net> <20030225.014627.41626713.haro@h4.dion.ne.jp> <20030225154141.A48569@misty.eyesbeyond.com> <20030225.225404.74756090.haro@h4.dion.ne.jp> <20030225182018.GA62141@misty.eyesbeyond.com> <20030226050459.A51511@misty.eyesbeyond.com> <15965.32312.772849.720730@ool-18bacefa.dyn.optonline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <15965.32312.772849.720730@ool-18bacefa.dyn.optonline.net> User-Agent: Mutt/1.5.3i 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 Wed, Feb 26, 2003 at 09:55:52PM -0500, Christopher Rued wrote: > FYI: > I'm running 4.7-STABLE FreeBSD 4.7-STABLE #1: Sat Feb 8 19:58:28 > EST 2003, cvsupped earlier that day. The processor is a 500 MHz > AMD K6-II. > > > Any ideas??? > > -- > Chris Hi, can you try it with the javavm wrapper? leafy@leafy:~$ javavm -classic -version java version "1.3.1-p8" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p8-leafy-030226-21 :09) Classic VM (build 1.3.1-p8-leafy-030226-21:09, green threads, nojit) leafy@leafy:~$ javavm -hotspot -version java version "1.3.1-p8" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p8-leafy-030226-21 :09) Classic VM (build 1.3.1-p8-leafy-030226-21:09, native threads, nojit) leafy@leafy:~$ javavm -client -version java version "1.3.1-p8" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p8-leafy-030226-21 :09) Java HotSpot(TM) Client VM (build 1.3.1-internal, mixed mode) leafy@leafy:~$ javavm -server -version java version "1.3.1-p8" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p8-leafy-030226-21 :09) Java HotSpot(TM) Server VM (build 1.3.1-internal, mixed mode) -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message