Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8274716

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

XMLWordPrintable

    • b19

        The following sentence 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

              rrich Richard Reingruber
              rrich Richard Reingruber
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: