Well, it looks like I gave you some misleading info. You can find generic info for a class in the field m_signature in file working_vm/vm/vmcore/include/Class.h.
Also, you can find some bits of java code for accessing generics in working_vm/vm/vmcore/src/kernel_classes/javasrc/org/apache/harmony/lang/reflect/ directory. Pavel. On Sun, May 24, 2009 at 4:30 PM, Wenliang Cai <[email protected]> wrote: > Thank you very much. I'll check the file. > > On Sun, May 24, 2009 at 6:15 PM, Pavel Pervov <[email protected]> wrote: > >> Wenliang, >> >> Please, see type definitions in header files annotation.h and >> annotations.h in working_vm/vm/vmcore/include and their usage accross >> vm code. >> >> Pavel. >> >> On Sat, May 23, 2009 at 5:27 PM, Wenliang Cai <[email protected]> wrote: >> > Hi all, >> > Sorry for the interruption. At this point, I get stuck by using nested >> > Generics definition in my program. I want to look into the JVM code to >> > understand the implementation details. Could anybody point me to the >> > detailed code piece? Any response is greatly appreciated!! >> > >> > Thanks, >> > William >> > >> >
