Hi all,<br>
<br>
I am trying to port kaffe-1.1.7 on bsp15 running customized linux 2.6. The following are things which i have done:<br>
<br>
1) Added entries to <span style="color: rgb(0, 102, 0);">kaffe-1.1.7/config/config.alias</span> as<br>
<span style="color: rgb(153, 0, 0);">bsp15*) Khost_cpu=bsp15 ;; <span style="color: rgb(0, 0, 0);">inside the case</span> "$Khost_cpu"<br>
<span style="color: rgb(0, 0, 0);">2) Added corresponding entries to all <span style="color: rgb(0, 102, 0);">config.sub</span>'s<br>
3) Created folders </span></span><span style="color: rgb(0, 102, 0);">kaffe-1.1.7/</span><span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);">config/bsp15</span> and
</span></span><span style="color: rgb(0, 102, 0);">kaffe-1.1.7/config/bsp15/linux<br>
<span style="color: rgb(0, 0, 0);">4) Added files <br>
- </span></span><span style="color: rgb(0, 102, 0);">kaffe-1.1.7/</span><span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);">config/bsp15/<span style="color: rgb(255, 102, 102);">
atomic.h</span><br>
- </span></span></span><span style="color: rgb(0, 102, 0);">kaffe-1.1.7/</span><span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);">config/bsp15/<span style="color: rgb(255, 102, 102);">
common.h</span><br>
- </span></span></span><span style="color: rgb(0, 102, 0);">kaffe-1.1.7/</span><span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);">config/bsp15/<span style="color: rgb(255, 102, 102);">
threads.h</span><br>
</span></span></span><span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);"> - </span></span></span><span style="color: rgb(0, 102, 0);">kaffe-1.1.7/</span>
<span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);">config/bsp15/<span style="color: rgb(255, 102, 102);">sysdepCallMethod.h</span><br>
</span></span></span><span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);"> - </span></span></span><span style="color: rgb(0, 102, 0);">kaffe-1.1.7/</span>
<span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);">config/bsp15/linux/<span style="color: rgb(255, 102, 102);">config.frag</span><br>
</span></span></span><span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);"> - </span></span></span><span style="color: rgb(0, 102, 0);">kaffe-1.1.7/</span>
<span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);">config/bsp15/linux/<span style="color: rgb(255, 102, 102);">md.c</span><br>
</span></span></span><span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);"> - </span></span></span><span style="color: rgb(0, 102, 0);">kaffe-1.1.7/</span>
<span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);">config/bsp15/linux/<span style="color: rgb(255, 102, 102);">md.h</span></span></span></span><span style="color: rgb(153, 0, 0);">
<span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);"> <br>
<span style="color: rgb(0, 0, 0);">The files are
pasted below for reference. I have written my own primitive
sysdepCallMethod in C (Since i do not have support as far as
documentation to bsp15 architecture is concerned), which is running
fine as I have checked it thoroughly. I have not changed anything else
in the kaffe's code/config structure.<br>
5) I have configured the kaffe with follwing configuration script:<br>
<span style="color: rgb(153, 0, 0);">./configure
--host=bsp15-linux --disable-gtk-peer --without-alsa --without-esd
--disable-direct-threading --with-staticlib --with-engine=intrp</span><br>
6) Cross compiled (<span style="color: rgb(153, 0, 0);">make</span>) with my bsp15 based tool chain (by setting CC, AR, NM and CXX).<br>
7) Installed.<br>
<br>
<span style="font-weight: bold;"><span style="font-weight: bold;">M</span>y problem</span>:<br>
1) It runs and loads classes upto (when run using -v option) <span style="color: rgb(102, 0, 0);">Loading java/lang/IllegalThreadStateException.class</span> and then stucks there without printing anything and without creating any exception (
<span style="color: rgb(102, 0, 0);">dump.txt</span> is pasted below).<br>
<br>
when i trace it with printf's, then it reveals that the system goes from<br>
<span style="color: rgb(102, 0, 0); font-style: italic;">main</span> to <span style="color: rgb(102, 0, 0); font-style: italic;">JNI_CreateJavaVM </span><span style="color: rgb(0, 0, 0);">(</span><span style="color: rgb(0, 102, 0);">
kaffe-1</span><span style="color: rgb(102, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);">.1.7/kaffe/kaffevm/jni/jni-base.c</span>)</span></span><span style="color: rgb(102, 0, 0); font-style: italic;">
</span><span style="color: rgb(102, 0, 0);"><span style="color: rgb(0, 0, 0);">to</span> <span style="font-style: italic;">initialiseKaffe </span><span style="color: rgb(0, 0, 0);">and returns safe from initialiseKaffe. After returning initialiseKaffe, it never goes past
<br>
<span style="color: rgb(102, 0, 0);">reftable = (jnirefs *)gc_malloc(sizeof(jnirefs) + sizeof(jref) * DEFAULT_JNIREFS_NUMBER,</span><br style="color: rgb(102, 0, 0);">
<span style="color: rgb(102, 0, 0);"> KGC_ALLOC_STATIC_THREADDATA); <span style="color: rgb(0, 0, 0);">(inside </span></span></span></span></span></span></span></span><span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 102, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);">kaffe-1</span><span style="color: rgb(102, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);">
.1.7/kaffe/kaffevm/jni/jni-base.c <span style="color: rgb(0, 0, 0);">just after returning from </span></span></span></span></span></span></span></span><span style="color: rgb(102, 0, 0);">initialiseKaffe<span style="color: rgb(0, 0, 0);">
)</span></span><span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(102, 0, 0);"><span style="color: rgb(0, 0, 0);">
<span style="color: rgb(102, 0, 0);"><span style="color: rgb(0, 0, 0);"></span><br>
<span style="color: rgb(0, 0, 0);">I suspect something is wrong with my
architecture/platform dependent settings, such as SP_OFFSET etc (My
bsp15/linux system doesn't run kaffe-1.1.7/developers/sp_offset.c) to
confirm it.<br>
<br>
What may be the wrong? I am pasting my arch/platform dependent files and output file (dump.txt) below..<br>
<br>
Thanks and Regards,<br>
<br>
Rakesh Kumar Dhiman<br>
<br>
<span style="color: rgb(0, 0, 0);"></span></span><br>
</span></span></span><span style="color: rgb(102, 0, 0);"></span></span></span></span></span><span style="color: rgb(0, 102, 0); font-weight: bold; text-decoration: underline;">kaffe-1.1.7/</span><span style="color: rgb(153, 0, 0); font-weight: bold; text-decoration: underline;">
<span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);">config/bsp15/<span style="color: rgb(255, 102, 102);">atomic.h<br>
</span></span></span></span><span style="color: rgb(0, 102, 0);"></span><span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);"><span style="color: rgb(255, 102, 102);">
</span></span></span></span>#define atomic_compare_and_exchange
<div>_val_acq(A, N, O) \<br>
({ \<br>
typeof(*A) ret = 0; \<br>
KTHREAD(suspendall)(); \<br>
\<br>
ret = *(A) ; \<br>
if (ret == (O)) { \<br>
*(A) = (N); \<br>
}
\<br>
KTHREAD(unsuspendall)(); \<br>
ret; \<br>
})<br>
<br>
#define COMPARE_AND_EXCHANGE(A,O,N) (atomic_compare_and_exchange_val_acq((A), (N), (O)) == (O))<br>
<br>
<span style="color: rgb(0, 102, 0); font-weight: bold; text-decoration: underline;">kaffe-1.1.7/</span><span style="color: rgb(153, 0, 0); font-weight: bold; text-decoration: underline;"><span style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 102, 0);">config/bsp15/<span style="color: rgb(255, 102, 102);">common.h<br>
</span></span></span></span><span style="color: rgb(0, 0, 0);">/*<br>
* bsp15/common.h<br>
* Common bsp15 configuration information.<br>
*/<br>
<br>
#ifndef __bsp15_common_h<br>
#define __bsp15_common_h<br>
<br>
#include "generic/gentypes.h"<br>
#include "gtypes.h"<br>
<br>
/* The bsp15 never aligns to more than a 4 byte boundary. */<br>
#define ALIGNMENT_OF_SIZE(S) ((S) < 4 ? (S) : 4)<br>
<br>
#include "gccbuiltin.h"<br>
#include "katomic.h"<br>
#include "atomic.h"<br>
#include "generic/comparexch.h"<br>
#endif<br>
<br>
</span><span style="color: rgb(0, 102, 0); text-decoration: underline; font-weight: bold;">kaffe-1.1.7/</span><span style="color: rgb(153, 0, 0); text-decoration: underline; font-weight: bold;"><span style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 102, 0);">config/bsp15/<span style="color: rgb(255, 102, 102);">threads.h<br>
</span></span></span></span><span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);"><span style="color: rgb(255, 102, 102);"><span style="color: rgb(0, 0, 0);">#ifndef __bsp15_threads_h
<br>
#define __bsp15_threads_h<br>
#define THREADSTACKSIZE (64 * 1024)<br>
#define SP_OFFSET 4<br>
#endif<br>
<br>
</span></span></span></span></span><span style="color: rgb(0, 102, 0); font-weight: bold; text-decoration: underline;">kaffe-1.1.7/</span><span style="color: rgb(153, 0, 0); font-weight: bold; text-decoration: underline;">
<span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);">config/bsp15/linux/<span style="color: rgb(255, 102, 102);">config.frag<br>
</span></span></span></span><span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);"><span style="color: rgb(255, 102, 102);"><span style="color: rgb(0, 0, 0);"><br>
# bsp15/Linux configuration <br>
<br>
CFLAGS="$CFLAGS -fsigned-char -fno-omit-frame-pointer"<br>
# if we use cross environment, following values may not be detected.<br>
if [ "$cross_compiling" = yes ]; then<br>
# ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working='yes'}<br>
ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped='yes'}<br>
# ac_cv_func_utime_null=${ac_cv_func_utime_null='yes'}<br>
ac_cv_c_char_unsigned=${ac_cv_c_char_unsigned='no'}<br>
fi</span></span></span></span></span><span style="color: rgb(153, 0, 0); font-weight: bold; text-decoration: underline;"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);"><span style="color: rgb(255, 102, 102);">
<br>
</span></span></span></span><br>
<span style="color: rgb(0, 102, 0); text-decoration: underline; font-weight: bold;">kaffe-1.1.7/</span><span style="color: rgb(153, 0, 0); text-decoration: underline; font-weight: bold;"><span style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 102, 0);">config/bsp15/linux/<span style="color: rgb(255, 102, 102);">md.c<br>
</span></span></span></span><span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);"><span style="color: rgb(255, 102, 102);"><span style="color: rgb(0, 0, 0);">#include "
config.h"<br>
#include <malloc.h><br>
<br>
void<br>
init_md(void)<br>
{<br>
#if defined(M_MMAP_MAX) && defined(HAVE_MALLOPT)<br>
mallopt(M_MMAP_MAX, 0);<br>
#endif<br>
}</span></span></span></span></span><span style="color: rgb(153, 0, 0); text-decoration: underline; font-weight: bold;"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);"><span style="color: rgb(255, 102, 102);">
<span style="color: rgb(0, 0, 0);"><span style="font-weight: bold;"><span style="text-decoration: underline;"><br>
</span></span></span><span style="text-decoration: underline;"><span style="font-weight: bold;"><br>
</span></span></span></span></span></span><span style="color: rgb(0, 102, 0); text-decoration: underline; font-weight: bold;">kaffe-1.1.7/</span><span style="color: rgb(153, 0, 0); text-decoration: underline; font-weight: bold;">
<span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);">config/bsp15/linux/<span style="color: rgb(255, 102, 102);">md.h</span></span></span></span><span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 102, 0);"></span></span></span><br>
<span style="color: rgb(153, 0, 0);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);"><span style="color: rgb(0, 0, 0);">#ifndef __bsp15_linux_md_h<br>
#define __bsp15_linux_md_h<br>
#include "bsp15/sysdepCallMethod.h" <br>
#include "bsp15/threads.h"<br>
#include "bsp15/common.h"<br>
#define SP_OFFSET 4<br>
#define SIGNAL_ARGS(sig, sc) int sig, struct sigcontext sc<br>
#endif<br>
<br>
<span style="color: rgb(0, 102, 0); font-weight: bold; text-decoration: underline;">Output file (dump.txt)<br>
</span><span style="color: rgb(0, 102, 0);"><span style="color: rgb(0, 0, 0);">bsp15 # kaffe -v HelloWorld<br>
HugeTLB file system not mounted: No such device<br>
<br>
mainThreadStackSize is 1048576 /* This is coming due to my printf's in file<br>
value for pagesize is 16384 * kaffe-1.1.7/kaffe/kaffevm/systems/unix-pthreads/signal.c<br>
value for jtid is 2147482664 * from inside "detectStackBoundaries" function under<br>
value for jtid is 2147482664 * "#elif defined(SA_ONSTACK) && defined(HAVE_SIGALTSTACK)<br>
guessPointer is 2147467264 * && !defined(KAFFEMD_BUGGY_STACK_OVERFLOW)"<br>
guessPointer is 2147467264<br>
<br>
I am in
else
* This comes from same function's #else under while(1) loop,<br>
* just before "guessPointer += pageSize;" statement <br>
* which means my stack grows down. */<br>
<br>
<br>
<br>
<br>
Illegal read access to 0x80000000 from user PC 0x242adc; psw=0xa00f0<br>
TID= 575 (kaffe-bin); ASID= 81<br>
TLBS:<br>
Asid Virtual --> Physical Size
Flags
DTS<br>
0 80000000 --> 00000000 256M V S
R UC SDRAM<br>
81 002f4000 --> 02c48000 16K V R AA UC SDRAM<br>
81 0038c000 --> 0261c000 16K V R AA UC SDRAM<br>
81 00310000 --> 02bcc000 16K V R AA UC SDRAM<br>
81 00388000 --> 02618000 16K V R AA UC SDRAM<br>
81 00490000 --> 026fc000 16K V R AA UC SDRAM<br>
81 00240000 --> 02d28000 16K V R AA UC SDRAM<br>
81 002f0000 --> 02bec000 16K V R AA UC SDRAM<br>
81 0031c000 --> 030a0000 16K V R AA UC SDRAM<br>
81 00358000 --> 02698000 16K V R AA UC SDRAM<br>
81 00398000 --> 02858000 16K V R AA UC SDRAM<br>
81 002e8000 --> 02c2c000 16K V R AA UC SDRAM<br>
81 00360000 --> 03f00000 16K V R AA UC SDRAM<br>
81 00314000 --> 02b80000 16K V R AA UC SDRAM<br>
81 002e4000 --> 02c28000 16K V R AA UC SDRAM<br>
81 0030c000 --> 02a44000 16K V R AA UC SDRAM<br>
Asid Virtual --> Physical Size
Flags
DTS<br>
0 80000000 --> 00000000 256M V S R KW C SDRAM<br>
0 ffc00000 --> ffc00000 4M V
S R KW UC PIO<br>
81 0052c000 --> 021e0000 16K V R AA AW KW C SDRAM<br>
81 90068000 --> 10000000 16K V S R KW UC PCIA<br>
81 00530000 --> 02674000 16K V R AA AW KW C SDRAM<br>
81 00518000 --> 022dc000 16K V R AA AW KW C SDRAM<br>
81 2aaa8000 --> 0275c000 16K V R AA AW KW C SDRAM<br>
81 0051c000 --> 028c4000 16K V R AA AW KW C SDRAM<br>
81 00534000 --> 03410000 16K V R AA AW KW C SDRAM<br>
81 004b0000 --> 02860000 16K
V R
AA C SDRAM<br>
81 90070000 --> 10000000 16K V S R KW UC PCIA<br>
81 9006c000 --> 10000000 16K V S R KW UC PCIA<br>
81 00538000 --> 04d3c000 16K V R AA AW KW C SDRAM<br>
81 00514000 --> 02678000 16K V R AA AW KW C SDRAM<br>
81 00528000 --> 02670000 16K V R AA AW KW C SDRAM<br>
81 00554000 --> 02a4c000 16K V R AA AW KW C SDRAM<br>
<br>
========= Exception Context at 0x82c3bce0 =========<br>
<br>
psw = 0x000a00f0 pse= 0x00000000<br>
<br>
epcr = (0x00242adc, 0x00242ae0, 0x00242ae4)<br>
<br>
preg = (0x00001406, 0x00001402)<br>
ccr = (0x000000ef, 0x000000ef)<br>
cpse = (0x00000000, 0x00000000)<br>
mstat0 = (0x900008c1, 0x80000543)<br>
mstat1 = (0x800004f9, 0x800004f7)<br>
mstat2 = (0x800004c1, 0x80000579)<br>
mvadr0 = (0x80000000, 0x00514bfc)<br>
mvadr1 = (0x00514700, 0x00514370)<br>
mvadr2 = (0x00514398, 0x00514340)<br>
mstdtl0 = (0x00310e90, 0x00359384)<br>
mstdtl1 = (0x00310e90, 0x00359384)<br>
mstdtl2 = (0x7ffff350, 0x00359384)<br>
mstdth0 = (0x00000000, 0x00363af4)<br>
mstdth1 = (0x80000000, 0x00363af4)<br>
mstdth2 = (0x00516d80, 0x00363af4)<br>
<br>
r00 = (0x00000000, 0x00000008)<br>
r01 = (0x00030002, 0x0f00145f)<br>
r02 = (0x7ffffa08, 0x800081ac)<br>
r03 = (0x00288c38, 0x00000004)<br>
r04 = (0x82c3b84f, 0xfffffff1)<br>
r05 = (0x0000006e, 0x0000006e)<br>
r06 = (0x00000069, 0x00000069)<br>
r07 = (0x00000020, 0x00000020)<br>
r08 = (0x00000065, 0x00000065)<br>
r09 = (0x00000073, 0x00000073)<br>
r10 = (0x0000006c, 0x0000006c)<br>
r11 = (0x0000000a, 0x0000000a)<br>
r12 = (0x00000020, 0x00000020)<br>
r13 = (0x00000000, 0x82c3b99c)<br>
r14 = (0x00000000, 0x00000000)<br>
r15 = (0x0052f620, 0x0052f620)<br>
r16 = (0x7ffffc08, 0x7ffffc08)<br>
r17 = (0x7ffffc08, 0x00000000)<br>
r18 = (0x00000002, 0x00000000)<br>
r19 = (0x00000002, 0x0000000c)<br>
r20 = (0x00000002, 0x8000ec20)<br>
r21 = (0x00000002, 0x00000003)<br>
r22 = (0x00000002, 0x00000008)<br>
r23 = (0x00000002, 0x000000a0)<br>
r24 = (0xffffffff, 0x00000000)<br>
r25 = (0xffffffff, 0x00000000)<br>
r26 = (0x7ffff86c, 0x00000000)<br>
r27 = (0x00000075, 0x00000003)<br>
r28 = (0x7ffff388, 0x0000000f)<br>
r29 = (0x00000001, 0x00000000)<br>
r30 = (0xffffff83, 0x00000000)<br>
r31 = (0x0052a600, 0x0052a600)<br>
r32 = (0x0000000d, 0x82b77de8)<br>
r33 = (0x00000000, 0x00000001)<br>
r34 = (0x0000000d, 0xffffc000)<br>
r35 = (0x0000056e, 0x87c5a738)<br>
r36 = (0x805f6920, 0x00000190)<br>
r37 = (0x805f6948, 0x87c5a6f8)<br>
r38 = (0x00000000, 0x00000001)<br>
r39 = (0xf0fe63ff, 0x0005f000)<br>
r40 = (0x0000000d, 0x00000000)<br>
r41 = (0x82c3c000, 0x00000000)<br>
r42 = (0x00000001, 0x00000000)<br>
r43 = (0x00000000, 0x00000000)<br>
r44 = (0x00000001, 0x00000000)<br>
r45 = (0x000a00f0, 0x00398af0)<br>
r46 = (0x00398af4, 0x7ffff2e0)<br>
r47 = (0x00398af8, 0x002f1bd8)<br>
r48 = (0x00398af0, 0x00000000)<br>
r49 = (0x0000005f, 0x00001000)<br>
r50 = (0x0f00145f, 0x00001000)<br>
r51 = (0xf0fe63ff, 0x00000000)<br>
r52 = (0x00000000, 0x001cb801)<br>
r53 = (0xffffffff, 0x00000af0)<br>
r54 = (0x00310e90, 0x0000000c)<br>
r55 = (0x80000000, 0x00000000)<br>
r56 = (0x7ffffd44, 0x00000000)<br>
r57 = (0x7ffffd34, 0x03e00288)<br>
r58 = (0x7ffffe29, 0xb0807998)<br>
r59 = (0x00000001, 0x13e001bc)<br>
r60 = (0x80000000, 0x2aaa800b)<br>
r61 = (0x00004000, 0x7ffff390)<br>
r62 = (0x00000000, 0x00000000)<br>
r63 = (0x00242aa0, 0x00100520)<br>
<br>
Loading java/lang/Object.class(/usr/local/kaffe/jre/lib/glibj.zip) [compressed]<br>
Loading java/io/Serializable.class(/usr/local/kaffe/jre/lib/glibj.zip) [compressed]<br>
<br>
/********************************** <br>
* and goes on loading classes upto<br>
**********************************/<br>
<br>
Loading gnu/java/security/provider/DefaultPolicy.class(/usr/local/kaffe/jre/lib/glibj.zip) [compressed]<br>
Loading java/lang/IllegalThreadStateException.class(/usr/local/kaffe/jre/lib/glibj.zip) [compressed]<br>
<br>
/******** And then remains stucked here<br>
</span></span><span style="color: rgb(0, 102, 0); font-weight: bold; text-decoration: underline;"><br>
</span>
</span></span></span></span></div>