[RFA] Update gnu.classpath.jdwp.value.StringValue

Keith Seitz keiths@redhat.com
Wed Jun 20 20:02:00 GMT 2007


Hi,

Here's a simple patch to fix some buglets in StringValue. Specifically, 
it was being created with the wrong tag byte and it was being written to 
the wire incorrectly.

I've already committed this to classpath.

Ok?
Keith

classpath/ChangeLog
2007-07-19  Keith Seitz  <keiths@redhat.com>

         * classpath/gnu/classpath/jdwp/value/StringValue.java
         (StringValue): Tag of StringValue is STRING not OBJECT.
         (write): String values are written to the wire as tag byte
         and object ID, not JdwpString.
         * classpath/lib/gnu/classpath/jdwp/value/StringValue.class:
         Regenerate.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cp-StringValue.patch
Type: text/x-patch
Size: 961 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20070620/eab0fef1/attachment.bin>


More information about the Java-patches mailing list