[RFA/JDWP] JdwpConnection cleanup

Bryce McKinlay mckinlay@redhat.com
Thu Jun 30 18:06:00 GMT 2005


Keith Seitz wrote:

>I've addressed these concerns in the following two patches. Patch #1
>contains the original changes submitted. Patch #2 addresses the
>JdwpPacket.toBytes issue.
>
>?
>Keith
>
>ChangeLog #1
>
>2005-06-30  Keith Seitz  <keiths@redhat.com>
>
>	* gnu/classpath/jdwp/transport/JdwpConnection.java (sendEvent): New
>	method.
>	(_bytes): New member.
>	(_doStream): New member.
>	(JdwpConnection): Initialize new members.
>
>ChangeLog #2
>2005-06-30  Keith Seitz  <keiths@redhat.com>
>
>	* gnu/classpath/jdwp/transport/JdwpPacket.java (write): New method.
>	(myWrite): New abstract method.
>	(toBytes): Remove.
>	(myToBytes): Remove.
>	* gnu/classpath/jdwp/transport/JdwpReplyPacket.java (myWrite): New
>	method.
>	* gnu/classpath/jdwp/transport/JdwpCommandPacket.java (myWrite): New
>	method.
>	* gnu/classpath/jdwp/transport/JdwpConnection.java (sendPacket): Use
>	JdwpPacket.write instead of JdwpPacket.toBytes.
>  
>


Both OK. Thanks!

Bryce



More information about the Java-patches mailing list