From owner-freebsd-java Wed Feb 26 12:46:31 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 29DCB37B405 for ; Wed, 26 Feb 2003 12:46:30 -0800 (PST) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3148843FBF for ; Wed, 26 Feb 2003 12:46:23 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr2.xmission.com with spam-scanned (Exim 3.35 #1) id 18o8Qu-0000Hp-02 for freebsd-java@freebsd.org; Wed, 26 Feb 2003 13:45:40 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 18o8Lk-0004su-02; Wed, 26 Feb 2003 13:40:21 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id h1QKeG656745; Thu, 27 Feb 2003 07:10:16 +1030 (CST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 27 Feb 2003 07:10:15 +1030 From: Greg Lewis To: Munehiro Matsuda Cc: freebsd-java@FreeBSD.ORG Subject: Re: [REPOST] java/47397: [PATCH] java/jdk13 to enable HotSpot Message-ID: <20030227071015.A56720@misty.eyesbeyond.com> References: <20030225154141.A48569@misty.eyesbeyond.com> <20030225.225404.74756090.haro@h4.dion.ne.jp> <20030225182018.GA62141@misty.eyesbeyond.com> <20030226.234044.74755219.haro@h4.dion.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030226.234044.74755219.haro@h4.dion.ne.jp>; from haro@h4.dion.ne.jp on Wed, Feb 26, 2003 at 11:40:44PM +0900 X-Spam-Status: No, hits=-3.8 required=8.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SIGNATURE_SHORT_DENSE,SPAM_PHRASE_01_02,USER_AGENT, USER_AGENT_MUTT,X_AUTH_WARNING version=2.43 X-Spam-Level: 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 11:40:44PM +0900, Munehiro Matsuda wrote: > 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. I think trying the second option for now is better, since it means javac will work by default. What really needs to happen is for the crash bug to be fixed. > 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. Or simply warn users they need to set that environment variable themselves. They are, after all, trying an experimental feature, so I'm ok with them having to make some adjustments. Thanks you for the feedback! -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message