This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


>>>>> "Aaron" == Aaron Luchko <aluchko@redhat.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]