-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 18
-
b19
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8278005 | 17.0.3-oracle | Richard Reingruber | P4 | Resolved | Fixed | b01 |
JDK-8277859 | 17.0.2 | Richard Reingruber | P4 | Resolved | Fixed | b07 |
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
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
- backported by
-
JDK-8277859 JDWP Spec: the description for the Dispose command confuses suspend with resume.
-
- Resolved
-
-
JDK-8278005 JDWP Spec: the description for the Dispose command confuses suspend with resume.
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u/cd6234dc
-
Commit openjdk/jdk/29dcbb72
-
Review openjdk/jdk17u/277
-
Review openjdk/jdk/5804
(1 links to)