The debugger API's RemoteThread.isSuspended() call only returns true for threads that the the debugger API has suspended, not threads that were suspended by the system for any other reason So RemoteThread.getStatus() often disagress with RemoteThread.isSuspended().
sun.tools.debug: RemoteThread.isSuspended() call is not in synch with thread
The debugger API's RemoteThread.isSuspended() call only returns true for threads that the the debugger API has suspended, not threads that were suspended by the system for any other reason So RemoteThread.getStatus() often disagress with RemoteThread.isSuspended().