On Mon, 4 Oct 2021 13:44:44 GMT, Richard Reingruber <rr...@openjdk.org> wrote:

> The following sentence in the JDWP Specification describing the Dispose 
> command confuses resume with suspend [1]:
> 
>   All threads suspended by the thread-level **resume** command or the VM-level
>   **resume** command are resumed as many times as necessary for them to run.
> 
> It should be changed to
> 
>   All threads suspended by the thread-level **suspend** command or the 
> VM-level
>   **suspend** command are resumed as many times as necessary for them to run.
> 
> [1] [JDWP Spec, Dispose Command 
> (JDK17).](https://docs.oracle.com/en/java/javase/17/docs/specs/jdwp/jdwp-protocol.html#JDWP_VirtualMachine_Dispose)

This pull request has now been integrated.

Changeset: 29dcbb72
Author:    Richard Reingruber <rr...@openjdk.org>
URL:       
https://git.openjdk.java.net/jdk/commit/29dcbb72a2d9b224203d92ad3224cf149a7d08de
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

8274716: JDWP Spec: the description for the Dispose command confuses suspend 
with resume.

Reviewed-by: alanb, cjplummer, sspitsyn

-------------

PR: https://git.openjdk.java.net/jdk/pull/5804

Reply via email to