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.