dumpLocks(), dumpThreads() ?

Godmar Back gback at cs.utah.edu
Tue Dec 8 09:55:56 PST 1998


 thanks, fixed.

> 
> 
> Hello there,
> 
> the latest sources from CVS fails to build due to 2 missing functions:
> 
> 	dumpLocks() and dumpThreads()
> 
> these functions, called by
> kaffe/kaffevm/systems/unix-jthread/jthread.c/reschedule()
> seem to be defined only for DEBUG builds ( dumpThreads is under an 
> #ifdef DEBUG and actually dumpLocks is not defined at all ), so the following
> is the most obvious fix:
> 
> 
> Index: jthread.c
> ===================================================================
> RCS file:
> /home/cvspublic/kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c,v
> retrieving revision 1.31
> diff -r1.31 jthread.c
> 1338a1339
> > #ifdef        DEBUG
> 1341a1343
> > #endif
> 
> -------------------------------------------------------------------------
> raff at aromatic.com             (::)          http://www.aromatic.com/~raff
>                    http://www.aromatic.com
> 
> 



More information about the kaffe mailing list