[kaffe] Does not work on FreeBSD 5.1-RELEASE
Ito Kazumitsu
kaz at maczuka.gcd.org
Tue Jul 13 14:55:41 PDT 2004
>>>>> ":" == Guilhem Lavaux <guilhem at kaffe.org> writes:
:> Thanks ! Could you try the attached patch ? I think I've just forgotten
:> to update semantics in md.h/md.c
Thank you, Guilhem. Unfortunately, applying the patch did not
solve the problem.
kaffe -vmdebug SLOWLOCKS still shows
getHeavyLock(**lkp=0x280dffa4, *lk=0x280dffa9, th=0x823b7dc)
got cached lock
putHeavyLock(**lkp=0x280dffa4, *lk=0x280dffa8, th=0x823b7dc)
...
endlessly.
There are some changes, though. Before applying the patch,
kaffe -v showed
Loading java/lang/Object.class(/disk/kaz/work/kaffe-inst/jre/lib/rt.jar) [compressed]
Loading java/lang/IllegalMonitorStateException.class(/disk/kaz/work/kaffe-inst/jre/lib/rt.jar) [compressed]
But now it goes as far as
Loading java/lang/NumberFormatException.class(/disk/kaz/work/kaffe-inst/jre/lib/rt.jar) [compressed]
Loading kaffe/lang/AppClassLoader$JarSource.class(/disk/kaz/work/kaffe-inst/jre/lib/rt.jar) [compressed]
Loading kaffe/lang/AppClassLoader$Source.class(/disk/kaz/work/kaffe-inst/jre/lib/rt.jar) [compressed]
Loading kaffe/lang/AppClassLoader$DirSource.class(/disk/kaz/work/kaffe-inst/jre/lib/rt.jar) [compressed]
Loading gnu/java/io/PlatformHelper.class(/disk/kaz/work/kaffe-inst/jre/lib/rt.jar) [compressed]
Loading java/io/VMFile.class(/disk/kaz/work/kaffe-inst/jre/lib/rt.jar) [compressed]
and stops here.
More information about the kaffe
mailing list