>>>>> "Aaron" == Aaron Luchko <[EMAIL PROTECTED]> writes:

Aaron> This class adds support for reading and writing the string type in the
Aaron> JDWP spec http://java.sun.com/j2se/1.5.0/docs/guide/jpda/jdwp-spec.html

Looks good, please check it in.

Aaron> +    os.writeInt(strBytes.length);

Sad, since DataOutputStream already has a way to do this if the length
is a 'short'.

Tom


_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to