Kyle Galloway wrote:
This patch fixes JDWP so when a Resume command is sent to a thread, it
will correctly call VMVirtualMachine.resumeThread instead of calling
VMVirtualMachine.suspendThread again. Currently, it is impossible to
Resume a thread once you have suspended it with JDWP, this patch fixes
that problem.
ChangeLog
2007-03-27 Kyle Galloway <[EMAIL PROTECTED]>
* gnu/classpth/jdwp/processor/ThreadReferenceCommandSet.java
(executeResume): Cheange to call VMVirtualMachine.resumeThread.
Questions/comments/concerns?
Sheesh. How did I let that slip by me?
Hmm. I wonder why I've never noticed this before. Because I always use
VirtualMachine.resume?
Wow. Definitely check this in. [Double-check changelog indentation & fix
typo ("cheange")...]
Keith