Update from classpath trunk:

* classpath/lib/gnu/classpath/jdwp/value/StringValue.class:
        Regenerate.

        * 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.

From-SVN: r125897
This commit is contained in:
Keith Seitz
2007-06-20 20:35:22 +00:00
committed by Keith Seitz
parent 67b2a930fd
commit 14d4217b59
4 changed files with 18 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
2007-07-20 Keith Seitz <keiths@redhat.com>
* classpath/lib/gnu/classpath/jdwp/value/StringValue.class:
Regenerate.
2007-07-20 Keith Seitz <keiths@redhat.com>
* gnu/classpath/jdwp/VMVirtualMachine.java (executeMethod):