Date: Mon, 24 Feb 2003 01:41:16 +0900 (JST) From: Munehiro Matsuda <haro@h4.dion.ne.jp> To: freebsd@spatula.net, Greg Lewis <glewis@eyesbeyond.com> Cc: freebsd-java@FreeBSD.ORG Subject: Re: [REPOST] java/47397: [PATCH] java/jdk13 to enable HotSpot Message-ID: <20030224.014116.78753811.haro@h4.dion.ne.jp> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
----Next_Part(Mon_Feb_24_01:41:16_2003_726)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Nick Johnson <freebsd@spatula.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030224.014116.78753811.haro>