This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] Update gnu.classpath.jdwp.value.StringValue
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Wed, 20 Jun 2007 13:43:21 -0600
- Subject: Re: [RFA] Update gnu.classpath.jdwp.value.StringValue
- References: <46797EB3.1080803@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> Here's a simple patch to fix some buglets in
Keith> StringValue. Specifically, it was being created with the wrong tag
Keith> byte and it was being written to the wire incorrectly.
Keith> Ok?
Yes, thanks.
Tom