RFR: 8274716: JDWP Spec: the description for the Dispose command confuses suspend with resume. [v2]
    Serguei Spitsyn 
    sspitsyn at openjdk.java.net
       
    Tue Oct  5 07:59:07 UTC 2021
    
    
  
On Tue, 5 Oct 2021 07:38:28 GMT, Richard Reingruber <rrich at 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)
>
> Richard Reingruber has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Updated copyright.
Marked as reviewed by sspitsyn (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/5804
    
    
More information about the serviceability-dev
mailing list