Hi, Could anyone tell me where the "this" reference inside an applet class is stored in the kaffe JVM? Eg:- What I need to do is something like the following:- If there is method call x.method1() ,I want to compare whether the "x" object pointer is the same as "this" pointer inside JVM. Thanks in advance, Harish