ThreadStartEvent.java (Event): Event type is "THREAD_START" not "THREAD_END".

* gnu/classpath/jdwp/event/ThreadStartEvent.java (Event):
        Event type is "THREAD_START" not "THREAD_END".

        * gnu/classpath/jdwp/transport/SocketTransport.java (ITransport):
        Handle configure strings ":port" and "port".

From-SVN: r123436
This commit is contained in:
Keith Seitz
2007-04-02 21:32:10 +00:00
committed by Keith Seitz
parent c3b7031d96
commit 60e656f58b
3 changed files with 33 additions and 16 deletions
+8
View File
@@ -1,3 +1,11 @@
2007-04-02 Keith Seitz <keiths@redhat.com>
* gnu/classpath/jdwp/event/ThreadStartEvent.java (Event):
Event type is "THREAD_START" not "THREAD_END".
* gnu/classpath/jdwp/transport/SocketTransport.java (ITransport):
Handle configure strings ":port" and "port".
2007-03-30 Andrew Haley <aph@redhat.com>
* javax/management/ObjectName.java: Handle 0-length names.