Try grepping in, http://svn.apache.org/repos/asf/harmony/enhanced/drlvm/trunk (grep -ri jlc). They u'll find several places where it is defined rather. Ex:- 1. vm/vmcore/include/jni_utils.h:extern ObjectHandle gh_jlc; //java.lang.Class 2. vm/vmcore/include/Class.h: * @param[in] jlc - instance of java/lang/Class to retrieve class from
Regards, Senaka On Tue, Apr 8, 2008 at 1:48 PM, Senaka Fernando <[EMAIL PROTECTED]> wrote: > Hi Iyon, > > If I understood it correctly, it means java.lang.Class. > > Regards, > Senaka > > > On Tue, Apr 8, 2008 at 1:37 PM, lyon <[EMAIL PROTECTED]> wrote: > > > hi everyone > > > > I am reading the gc src.I don't understand what is "jlc" that is member > > var of the vtable.there are two functions "forward_jlc_instance" and > > "trace_forwarded_gen_jlC_from_vtable" in the \gc_gen\src\trace_forward. > > > > What do the fuctions mean? > > thank you. > > > >
