Date: Mon, 28 Jul 2003 13:05:48 -0700 (PDT) From: Brian Behlendorf <brian@hyperreal.org> To: java@freebsd.org Subject: Re: linux-jdk-1.4.2 problems Message-ID: <20030728130406.G55011@fez.hyperreal.org> In-Reply-To: <20030728101432.U54388@fez.hyperreal.org> References: <20030728101432.U54388@fez.hyperreal.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 28 Jul 2003, Brian Behlendorf wrote: > minotaur# /usr/local/linux-sun-jdk1.4.2/bin/java -version > # > # HotSpot Virtual Machine Error, Internal Error > # Please report this error at > # http://java.sun.com/cgi-bin/bugreport.cgi > # > # Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode) > # > # Error ID: 4F533F4C494E55580E43505001C9 > # > > Heap at VM Abort: > Heap Gustavo Kempe Corso <gcorso@bol.com.br> mentioned to me privately, at exactly the same time I figured it out, that one needs to follow the same instructions given in the linux-ibm-jdk1* ports, which is to mount linprocfs. Then, it works, no problem. Patching linux-sun-jdk14/pkg-message is thus suggested, and the below still holds. > *** Makefile.orig Sat Mar 15 01:57:58 2003 > --- Makefile Mon Jul 28 10:13:31 2003 > *************** > *** 36,42 **** > .if defined(NATIVE_BOOTSTRAP) > JDK14DIR?= ${LOCALBASE}/jdk${JDK_VERSION} > .else > ! JDK14DIR?= ${LOCALBASE}/linux-sun-jdk${JDK_VERSION} > .endif > > # workaround to handle both 'zip' and 'tar.gz' distfiles > --- 36,42 ---- > .if defined(NATIVE_BOOTSTRAP) > JDK14DIR?= ${LOCALBASE}/jdk${JDK_VERSION} > .else > ! JDK14DIR?= ${LOCALBASE}/linux-sun-jdk1.4.2 > .endif > > # workaround to handle both 'zip' and 'tar.gz' distfiles
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030728130406.G55011>