linux-jdk-1.4.2 problems
Brian Behlendorf
brian at hyperreal.org
Mon Jul 28 13:05:50 PDT 2003
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 at 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
More information about the freebsd-java
mailing list