This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/JDWP] Fix VMFrame "this" pointer


>>>>> "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.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]