This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] Fix JDWP ThreadReference.Resume
- From: Tom Tromey <tromey at redhat dot com>
- To: Kyle Galloway <kgallowa at redhat dot com>
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: 30 Mar 2007 12:50:32 -0600
- Subject: Re: [RFA] Fix JDWP ThreadReference.Resume
- References: <460AC0E9.9070409@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Kyle" == Kyle Galloway <kgallowa@redhat.com> writes:
Kyle> ChangeLog
Kyle> 2007-03-28 Kyle Galloway <kgallowa@redhat.com>
Kyle> * classpath/gnu/classpath/jdwp/processor/ThreadReferenceCommandSet.java
Kyle> (executeResume): Call VMVirtualMachince.resumeThread.
Kyle> Questions/comments/concerns?
The patch looks good.
The ChangeLog entry looks misformatted -- the whitespace at the start
of a line should be a tab character.
thanks,
Tom