This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JVMTI] Implement GetMaxLocals
- From: Tom Tromey <tromey at redhat dot com>
- To: Kyle Galloway <kgallowa at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 07 Feb 2007 13:42:25 -0700
- Subject: Re: [RFA/JVMTI] Implement GetMaxLocals
- References: <45C8C982.2020207@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Kyle" == Kyle Galloway <kgallowa@redhat.com> writes:
Kyle> This patch is 1/2 of my earlier patch to implement
Kyle> GetLocalVariableTable and GetMaxLocals. Originally I had put these
Kyle> together since GetMaxLocals was fairly trivial, but since the earlier
Kyle> patch has not yet been reviewed, and GetMaxLocals is useful in other
Kyle> cases, I have resubmitted just this portion.
Kyle> Comments?
Looks good, please commit. Sorry for the delay on this.
BTW, Keith, if you are looking at these, I think it would be fine for
you to approve them.
Tom