From owner-freebsd-java Tue Feb 25 18: 4:49 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 5514F37B401 for ; Tue, 25 Feb 2003 18:04:47 -0800 (PST) Received: from seed.net.tw (sn16.seed.net.tw [139.175.54.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8B9943F93 for ; Tue, 25 Feb 2003 18:04:45 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [211.74.132.69] (port=49162 helo=leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:4) id 18nqw9-000EOm-00 for freebsd-java@FreeBSD.ORG; Wed, 26 Feb 2003 10:04:45 +0800 Received: from leafy.idv.tw (nobody@localhost [127.0.0.1]) by leafy.idv.tw (8.12.7/8.12.7) with ESMTP id h1Q24i1Y002480 for ; Wed, 26 Feb 2003 10:04:44 +0800 (CST) (envelope-from leafy@leafy.idv.tw) Received: (from leafy@localhost) by leafy.idv.tw (8.12.7/8.12.7/Submit) id h1Q24hKS002479 for freebsd-java@FreeBSD.ORG; Wed, 26 Feb 2003 10:04:43 +0800 (CST) Date: Wed, 26 Feb 2003 10:04:43 +0800 From: leafy To: freebsd-java@FreeBSD.ORG Subject: Re: [REPOST] java/47397: [PATCH] java/jdk13 to enable HotSpot Message-ID: <20030226020443.GA2468@leafy.idv.tw> Mail-Followup-To: freebsd-java@FreeBSD.ORG References: <15962.16668.753657.116140@ool-18bacefa.dyn.optonline.net> <20030225.014627.41626713.haro@h4.dion.ne.jp> <20030225154141.A48569@misty.eyesbeyond.com> <20030225.225404.74756090.haro@h4.dion.ne.jp> <20030225182018.GA62141@misty.eyesbeyond.com> <20030226050459.A51511@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <20030226050459.A51511@misty.eyesbeyond.com> User-Agent: Mutt/1.5.3i 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 05:04:59AM +1030, Greg Lewis wrote: > On Tue, Feb 25, 2003 at 11:20:18AM -0700, Greg Lewis wrote: > > Ok. Attached gzipped and uuencoded patch should fix these issues as > > well as the one you posted regarding in threads_bsd.c. > > Ahem. This time with the patch actually attached (thanks Jay). > > -- > Greg Lewis Email : glewis@eyesbeyond.com > Eyes Beyond Web : http://www.eyesbeyond.com > Information Technology FreeBSD : glewis@FreeBSD.org > Hi Greg, This time the patch apply failed with the following: ===> Applying FreeBSD patches for jdk-1.3.1p8 ===> Ignoring patchfile /usr/ports/java/jdk13/files/patch-InetAddressImpl.c.or ig ===> Ignoring patchfile /usr/ports/java/jdk13/files/patch-common::Defs-bsd.gmk .orig Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to ../src/solaris/bin/jvm.cfg.rej >> Patch patch-jvm.cfg failed to apply cleanly. ------------- cat ./work/j2sdk1.3.1/src/solaris/bin/jvm.cfg. rej *************** *** 8,14 **** # List of JVMs that can be used as the first option to java, javac, etc. # Order is important -- first in this list is the default JVM. # -client -hotspot -server - -classic --- 8,14 ---- # List of JVMs that can be used as the first option to java, javac, etc. # Order is important -- first in this list is the default JVM. # + -classic -client -hotspot -server -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message