Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2003 23:40:44 +0900 (JST)
From:      Munehiro Matsuda <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
Message-ID:  <20030226.234044.74755219.haro@h4.dion.ne.jp>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello Greg, 

From: Greg Lewis <glewis@misty.eyesbeyond.com>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030226.234044.74755219.haro>