From owner-freebsd-java Sun Feb 23 8:41:42 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 C3AB537B401 for ; Sun, 23 Feb 2003 08:41:40 -0800 (PST) Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73C9743F85 for ; Sun, 23 Feb 2003 08:41:39 -0800 (PST) (envelope-from haro@h4.dion.ne.jp) Received: from localhost ([211.5.12.150]) by hfep08.dion.ne.jp with ESMTP id <20030223164137691.XOEB@hfep08.dion.ne.jp>; Mon, 24 Feb 2003 01:41:37 +0900 Date: Mon, 24 Feb 2003 01:41:16 +0900 (JST) Message-Id: <20030224.014116.78753811.haro@h4.dion.ne.jp> To: freebsd@spatula.net, Greg Lewis Cc: freebsd-java@FreeBSD.ORG Subject: Re: [REPOST] java/47397: [PATCH] java/jdk13 to enable HotSpot From: Munehiro Matsuda In-Reply-To: <20030222124435.G74143@turing.morons.org> References: <20030214.011711.74755715.haro@h4.dion.ne.jp> <20030221.105132.21960861.haro@kgt.co.jp> <20030222124435.G74143@turing.morons.org> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Mon_Feb_24_01:41:16_2003_726)--" 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 ----Next_Part(Mon_Feb_24_01:41:16_2003_726)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Nick Johnson Date: Sat, 22 Feb 2003 12:46:02 -0800 (PST) ::It's a small detail, but I had to do this to get java -X working for ::HotSpot: :: ::cp /usr/ports/java/jdk13/work/hotspot1.3.1/src/share/vm/Xusage.txt /usr/local/jdk1.3.1/jre/lib/i386/hotspot/ Hello Nick, Thank you for your information. Can you try the attached patch. btw, it may be offset by one line due to the previous gcc related patch. To Greg Lewis: The attached patch is 'must needed' for Hotspot '-X' options handling. Can you integrate it into your repositiory? Thanks, 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 ----Next_Part(Mon_Feb_24_01:41:16_2003_726)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="hotspot-Xusage.patch" diff -ru jdk13.org/Makefile jdk13/Makefile --- jdk13.org/Makefile Thu Feb 13 22:28:15 2003 +++ jdk13/Makefile Mon Feb 24 01:06:41 2003 @@ -244,6 +244,7 @@ # Copy HotSpot VM to image dir ${MKDIR} ${JDKIMAGEDIR}/jre/lib/i386/hotspot ${CP} ${WRKDIR}/hotspot1.3.1/build/linux/linux_i486_${WITH_HOTSPOT}/product/libjvm.so ${JDKIMAGEDIR}/jre/lib/i386/hotspot + ${CP} ${WRKDIR}/hotspot1.3.1/src/share/vm/Xusage.txt ${JDKIMAGEDIR}/jre/lib/i386/hotspot .if !defined(NODEBUG) # Copy debug version of HotSpot VM to image dir ${MKDIR} ${JDKIMAGEDIR_G}/jre/lib/i386/hotspot diff -ru jdk13.org/pkg-plist jdk13/pkg-plist --- jdk13.org/pkg-plist Fri Feb 14 00:55:09 2003 +++ jdk13/pkg-plist Mon Feb 24 00:44:01 2003 @@ -815,6 +815,7 @@ %%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/classic/libjvm_g.so jdk%%JDK_VERSION%%/jre/lib/i386/green_threads/libhpi.so %%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/green_threads/libhpi_g.so +%%HOTSPOT:%%jdk%%JDK_VERSION%%/jre/lib/i386/hotspot/Xusage.txt %%HOTSPOT:%%jdk%%JDK_VERSION%%/jre/lib/i386/hotspot/libjvm.so %%HOTSPOT:%%%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/hotspot/libjvm_g.so jdk%%JDK_VERSION%%/jre/lib/i386/libJdbcOdbc.so ----Next_Part(Mon_Feb_24_01:41:16_2003_726)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message