classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] [RFA/JDWP] Signature.java


From: Tom Tromey
Subject: Re: [cp-patches] [RFA/JDWP] Signature.java
Date: 29 Jun 2005 14:03:53 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Aaron" == Aaron Luchko <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]