Tom Tromey wrote: > class_type_node is jc1's internal representation of java.lang.Class. > jc1 needs this internal representation because it internally builds > Class objects which are then written to the object file. > > Does this answer your question? Yes, that helps a lot. Thank you! Dachuan