[RFA/JDWP] Fix VMFrame "this" pointer

Kyle Galloway kgallowa@redhat.com
Thu May 17 18:37:00 GMT 2007


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



More information about the Java-patches mailing list