[kaffe] Mechanism of threads accessing variables

Adrian adrian.tam@iee.org
Fri, 10 May 2002 01:47:43 +0800


Dear developers,

I am hacking Kaffe and I would like to seek help from you.

Do anyone know how a thread do to access a global variable under Kaffe?
In Java Spec, a thread has its copy of global variables, is this true in
Kaffe? I can't found how it does in the source code.

Thanks in advance.