readConstantPool: constants.c
-
Allocate space (gc_malloc) for tags
and data, elements of _constants,
which used in Hjava_lang_Class
to access constant pool.
-
Read and set up the constant pool info.
-
Perform some constant pool optimisations to allow for the use of pre-compiled
classes.
readClass: readClass.c
-
Read in class info.
-
readConstantPool
-
Add class to the system, ADDCLASS, a macro defined in readClassConfig.h
which will call setupClass
-
readInterfaces
-
readFields
-
readMethods
-
readAttributes