This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] JDWP LocalVariables
- From: Kyle Galloway <kgallowa at redhat dot com>
- To: tromey at redhat dot com
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Mon, 02 Apr 2007 09:48:02 -0400
- Subject: Re: [RFA] JDWP LocalVariables
- References: <460AC6A9.1050509@redhat.com> <m34po25whg.fsf@localhost.localdomain> <460D767A.4040502@redhat.com> <m31wj64g3e.fsf@localhost.localdomain>
Tom Tromey wrote:
>>>>>> "Kyle" == Kyle Galloway <kgallowa@redhat.com> writes:
>>>>>>
>
> Oops, I'd only replied to this privately.
>
> Kyle> This lookes wierd to me every time I look at it, but I think it's right
> Kyle> the way it is. For example:
> ...
> Kyle> i = 2, which points to 'I'. then in the next loop iteration, since i
> Kyle> gets incremented i=3 and points to F. I might, however, be crazy.
>
> You're right. Thanks for catching my error.
>
I've fixed the other issues and checked this in.
Thanks,
Kyle