From owner-freebsd-java Wed Feb 26 6:41:16 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 9555E37B401 for ; Wed, 26 Feb 2003 06:41:14 -0800 (PST) Received: from hfep05.dion.ne.jp (hfep05.dion.ne.jp [203.181.105.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A4B943F93 for ; Wed, 26 Feb 2003 06:41:11 -0800 (PST) (envelope-from haro@h4.dion.ne.jp) Received: from localhost ([210.196.10.83]) by hfep05.dion.ne.jp with ESMTP id <20030226144107106.WSED@hfep05.dion.ne.jp>; Wed, 26 Feb 2003 23:41:07 +0900 Date: Wed, 26 Feb 2003 23:40:44 +0900 (JST) Message-Id: <20030226.234044.74755219.haro@h4.dion.ne.jp> To: glewis@misty.eyesbeyond.com Cc: freebsd-java@FreeBSD.ORG Subject: Re: [REPOST] java/47397: [PATCH] java/jdk13 to enable HotSpot From: Munehiro Matsuda In-Reply-To: <20030225182018.GA62141@misty.eyesbeyond.com> References: <20030225154141.A48569@misty.eyesbeyond.com> <20030225.225404.74756090.haro@h4.dion.ne.jp> <20030225182018.GA62141@misty.eyesbeyond.com> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Hello Greg, From: Greg Lewis Date: Tue, 25 Feb 2003 11:20:18 -0700 ::Please test, especially on FreeBSD 5.x. I want to get this committed ::before the ports freeze for 4.8. I've only tested client-side of hotspot, but I'm having some trouble. :-( Due to the newly added (1)client directory and (2)reordering of jvm.cfg file, following problems have been found: 1) javac dumps core -- This is FATAL! Following workarounds may be used: (1) Specify one of next options. -classic / -native / -client /-server Caveats are, no-option and -hotspot option case still dumps core. (2) Put back the -classic option in jvm.cfg, back to the bottom when build with hotspot. Caveats are, -classic / -native option case dumps core. This was also happening for my patch case, too. 2) Mozilla plugin dumps core. Due to the client directory being created and the way THREADS_FLAG environment is handled in the current patchset, Mozilla dumps core with JDK plugin. The workaround would be to add 'export THREADS_FLAG=native' into /usr/X11R6/bin/mozilla script. Hope this helps, Haro =------------------------------------------------------------------------------ _ _ Munehiro (haro) Matsuda -|- /_\ |_|_| Business Incubation Dept., Kubota Corp. /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome Chuo-ku Tokyo 103-8310, Japan Tel: +81-3-3245-3318 Fax: +81-3-3245-3315 Email: haro@kgt.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message