I'm testing kaffe in MIPS platform with Nano-X: my test program
open a windows, but do not show anything in it (while the same
program on Pc show the inner objects)

Tracing the code, I see that the function
kaffe-1.1.5/libraries/javalib/java/lang/VMThread.java:sleep() 
is calling the function vt.wait with parameter 250ms,
but it never returns.

>From what I understand, that function calls 
/kaffe-1.1.5/libraries/clib/native/Object.c:java_lang_VMObject_wait,
whose debugging message gives me
0x10276010 (0x102622f8) waiting for 0x102622f8, 0

It seems that here the parameter (250ms) became 0:
do I understand correctly?
And if so, why (and where) the 250 value was lost?
(kaffe is ocmpiled with unix-jthreads)

thanks
giammy


--
Gianluca Moro             Visit  http://ilpinguino.altervista.org/
[EMAIL PROTECTED]      MyBlog http://blog.libero.it/giangiammy/


                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to