Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Dec 2004 14:34:46 -0800
From:      "John Merrell" <john@pixelday.com>
To:        java@freebsd.org
Message-ID:  <E1CcWs2-0006GQ-Vp@corvette.elinuxservers.com>

next in thread | raw e-mail | index | archive | help
Hello... I am trying to install Java1.4 on FreeBSD 5.3.  I am using
ports.  They are updated via RELENG_5_3 I recompiled my kernel, but left
everything intact (I didn't comment out any devices).  Not sure if this
is needed, but my specs:
AMD Athlon XP 1800 with 768 MB ram, GeForceFX5600 card, 80 gb WD drive
(8mb cache), Asus A7333 mobo... Award BIOS - updated.

I have loaded and mounted the linuxprocfs, and commented out the line
causing issues.  I get past all that.  But sometime afterwards my
compile errored with this message (and also a bit of compile code from
what was happening before the error) :
####################################################################
Copying
/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/java/java.lang/library/newclasses...
(cd 
/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/java/java.lang/library/newclasses;
/usr/bin/tar cf - .) |  (cd 
/usr/ports/java/jdk14/work/control/build/bsd-i586/classes; /usr/bin/tar
xf -)
gmake[7]: Leaving directory
`/usr/ports/java/jdk14/work/j2se/make/sun/javac/recompile/library'
gmake classes copy-classes VARIANT=DBG
gmake[7]: Entering directory
`/usr/ports/java/jdk14/work/j2se/make/sun/javac/recompile/library'
rm -f
/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/java/java.lang/.classes.list
if [ -s
/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/java/java.lang/.classes.list
] ; \
then /usr/ports/java/jdk14/work/control/build/bsd-i586/bin/javac_g 
-J-XX:ThreadStackSize=768 -J-Xms64m -J-Xmx256m -J-Xmaxf1 -classpath
"/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/java/java.lang/library/newclasses:../../../../../src/share/classes"
-bootclasspath
"/usr/ports/java/jdk14/work/control/build/bsd-i586/lib/jce.jar:/usr/ports/java/jdk14/work/control/build/bsd-i586/lib/jsse.jar"
-sourcepath
"/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes"
-d
/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/java/java.lang/library/newclasses
 -source 1.4 \
   
/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java
; \
fi
VM option 'ThreadStackSize=768'
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/c1_LIROptimizer.cpp:294
#
# HotSpot Virtual Machine Error, assertion failure
# Please report this error to
# freebsd-java@FreeBSD.org mailing list
#
# Java VM: Java HotSpot(TM) Client VM
(1.4.2-p6-root_06_dec_2004_00_58-debug mixed mode)
#
# assert(!value->is_double_word(), "should be not double word values in
value map")
#
# Error ID:
/usr/ports/java/jdk14/work/hotspot/src/share/vm/c1/c1_LIROptimizer.cpp, 294
#
# Problematic Thread: prio=6 tid=0x080f9018 nid=0x80f9200 runnable
#

Heap at VM Abort:
Heap
 def new generation   total 4544K, used 678K [0x2ace0000, 0x2b1c0000,
0x2c090000)
  eden space 4096K,  16% used [0x2ace0000, 0x2ad89ad8, 0x2b0e0000)
  from space 448K,   0% used [0x2b0e0000, 0x2b0e0000, 0x2b150000)
  to   space 448K,   0% used [0x2b150000, 0x2b150000, 0x2b1c0000)
 tenured generation   total 60544K, used 0K [0x2c090000, 0x2fbb0000,
0x3ace0000)
   the space 60544K,   0% used [0x2c090000, 0x2c090000, 0x2c090200,
0x2fbb0000)
 compacting perm gen  total 4096K, used 1365K [0x3ace0000, 0x3b0e0000,
0x3ece0000)
   the space 4096K,  33% used [0x3ace0000, 0x3ae357c8, 0x3ae35800,
0x3b0e0000)
Dumping core....
Abort trap (core dumped)
gmake[7]: *** [.compile.classlist] Error 134
gmake[7]: Leaving directory
`/usr/ports/java/jdk14/work/j2se/make/sun/javac/recompile/library'
gmake[6]: *** [debug] Error 2
gmake[6]: Leaving directory
`/usr/ports/java/jdk14/work/j2se/make/sun/javac/recompile/library'
gmake[5]: *** [all] Error 1
gmake[5]: Leaving directory
`/usr/ports/java/jdk14/work/j2se/make/sun/javac/recompile'
gmake[4]: *** [all] Error 1
gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/sun/javac'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory
`/usr/ports/java/jdk14/work/j2se/make/java/javac'
gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make'
gmake: *** [j2se-build] Error 2
*** Error code 2

Stop in /usr/ports/java/jdk14.

####################################################################

This happened a week ago.  I thought maybe if I waited a bit the port
would have been updated.  But I am still getting this error.

Thanks for all the work!

John

~=~=~=~=~=~=~=~=~=~
john@pixelday.com
+-+-+-+-+-+-+-+-+
www.pixelday.com
~=~=~=~=~=~=~=~=~=~



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1CcWs2-0006GQ-Vp>