This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JDWP] Fix VariableTable
- From: Tom Tromey <tromey at redhat dot com>
- To: Kyle Galloway <kgallowa at redhat dot com>
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: 04 Apr 2007 13:39:11 -0600
- Subject: Re: [RFA/JDWP] Fix VariableTable
- References: <4612A6AB.9070506@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Kyle" == Kyle Galloway <kgallowa@redhat.com> writes:
Kyle> 2007-04-03 Kyle Galloway <kgallowa@redhat.com>
Kyle> * classpath/gnu/classpath/jdwp/util/VariableTable.java: Change longs
Kyle> to ints for argCnt and slots.
Kyle> (write): Replace writeLong with writeInt for the above.
Ok.
Please tell me when I should merge all this stuff to the RH 4.1
branch. Is it ready?
Tom