java-interp.h (_Jv_InterpFrame): obj_ptr field added to hold "this" pointer for frame.
authorKyle Galloway <kgallowa@redhat.com>
Thu, 8 Feb 2007 18:01:56 +0000 (18:01 +0000)
committerKyle Galloway <kgallowa@gcc.gnu.org>
Thu, 8 Feb 2007 18:01:56 +0000 (18:01 +0000)
commit72268e157f2de24a087700a5910db88857c5a236
tree62949050654147577945d70db07dfdbfacbe1feb
parent9f05adb09fd35252136f4d28182e5d60cc03fb36
java-interp.h (_Jv_InterpFrame): obj_ptr field added to hold "this" pointer for frame.

2007-02-06  Kyle Galloway  <kgallowa@redhat.com>

    * include/java-interp.h (_Jv_InterpFrame): obj_ptr field added
    to hold "this" pointer for frame.
    (_Jv_InterpFrame::get_this_ptr): New method.
    * interpret-run.cc: Copy the "this" pointer into obj_ptr.

From-SVN: r121717
libjava/ChangeLog
libjava/include/java-interp.h
libjava/interpret-run.cc