This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JDWP] Fix VMFrame "this" pointer
- From: Kyle Galloway <kgallowa at redhat dot com>
- To: tromey at redhat dot com
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Thu, 17 May 2007 14:36:59 +0000
- Subject: Re: [RFA/JDWP] Fix VMFrame "this" pointer
- References: <4641E12A.7000305@redhat.com> <m33b1xn9mx.fsf@fleche.redhat.com>
Tom Tromey wrote:
>>>>>> "Kyle" == Kyle Galloway <kgallowa@redhat.com> writes:
>>>>>>
>
> Kyle> This patch, the java side of which has already been committed to
> Kyle> Classpath, fixes VMFrame so it properly handles "this" pointers for
> Kyle> frames. It adds a parameter in the constructor for VMFrame, which is
> Kyle> then used to properly set the value for the "this" pointer of the frame
> Kyle> the created object represents. This patch also includes the necessary
> Kyle> changes to natVMVirtualMachine. As per spec, if the method represented
> Kyle> by this VMFrame is native, this pointer will be set to null, regardless
> Kyle> of whether the method is static.
>
> Ok, thanks.
>
Committed.
- Kyle