[RFA] Insn handling methods for _Jv_InterpMethod

Keith Seitz keiths@redhat.com
Tue Sep 26 00:35:00 GMT 2006


Hi,

The attached patch adds three methods to _Jv_InterpMethod which deal 
with manipulating the method's insns. These three methods are used by 
breakpoint management code to install and remove breakpoints.

Questions/comments/concerns?

Keith

ChangeLog
2006-09-25  Keith Seitz  <keiths@redhat.com>

         * include/java-interp.h (_Jv_InterpMethod::install_break):
         Declare.
         (_Jv_InterpMethod::get_insn): Declare.
         (_Jv_InterpMethod::set_insn): Declare.
         * interpret.cc (_Jv_InterpMethod::install_insn): New method.
         (_Jv_InterpMethod::get_insn): New method.
         (_Jv_InterpMethod::set_insn): New method.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: interp-bp-insns.patch
Type: text/x-patch
Size: 2273 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20060926/d7cda709/attachment.bin>


More information about the Java-patches mailing list