#include <object.h>
This information points to the major structures for purposes of cross-referencing objects to ClassFile structures, objects to/from classes, and objects to/from threads.
The macro CLASS_OBJECT_LINKAGE() is designed to access this structure given any class table index.
The macro OBJECT_CLASS_LINKAGE() is designed to access this structure given any object hash.
The macro THREAD_OBJECT_LINKAGE() is designed to access this structure given any thread table index.
The macro OBJECT_THREAD_LINKAGE() is designed to access this structure given any object hash.
Definition at line 126 of file object.h.
Data Fields | |
jvm_class_index | clsidx |
JVM class table class defn index. | |
ClassFile * | pcfs |
Class file storage area. | |
jvm_thread_index | thridx |
JVM thread table class defn index, meaninful only if this is a java.lang.Thread object , else jvm_thread_index_null. |
|
Class file storage area.
|
|
JVM class table class defn index.
|
|
JVM thread table class defn index, meaninful only if this is a
|