8274716: JDWP Spec: the description for the Dispose command confuses suspend with resume.
Reviewed-by: alanb, cjplummer, sspitsyn
This commit is contained in:
parent
5762ec2587
commit
29dcbb72a2
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1998, 2020, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 1998, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -134,9 +134,9 @@ JDWP "Java(tm) Debug Wire Protocol"
|
|||||||
"<ul>"
|
"<ul>"
|
||||||
"<li>All event requests are cancelled. "
|
"<li>All event requests are cancelled. "
|
||||||
"<li>All threads suspended by the thread-level "
|
"<li>All threads suspended by the thread-level "
|
||||||
"<a href=\"#JDWP_ThreadReference_Resume\">resume</a> command "
|
"<a href=\"#JDWP_ThreadReference_Suspend\">suspend</a> command "
|
||||||
"or the VM-level "
|
"or the VM-level "
|
||||||
"<a href=\"#JDWP_VirtualMachine_Resume\">resume</a> command "
|
"<a href=\"#JDWP_VirtualMachine_Suspend\">suspend</a> command "
|
||||||
"are resumed as many times as necessary for them to run. "
|
"are resumed as many times as necessary for them to run. "
|
||||||
"<li>Garbage collection is re-enabled in all cases where it was "
|
"<li>Garbage collection is re-enabled in all cases where it was "
|
||||||
"<a href=\"#JDWP_ObjectReference_DisableCollection\">disabled</a> "
|
"<a href=\"#JDWP_ObjectReference_DisableCollection\">disabled</a> "
|
||||||
|
Loading…
Reference in New Issue
Block a user