Skip to content

Commit 0065a49

Browse files
committedApr 15, 2022
Align spec with TG spec, move link
1 parent 645b324 commit 0065a49

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎src/java.se/share/data/jdwp/jdwp.spec

+3-4
Original file line numberDiff line numberDiff line change
@@ -2183,6 +2183,7 @@ JDWP "Java(tm) Debug Wire Protocol"
21832183
)
21842184
)
21852185
(CommandSet ThreadGroupReference=12
2186+
"See <a href=../../api/java.base/java/lang/ThreadGroup.html>java.lang.ThreadGroup</a>."
21862187
(Command Name=1
21872188
"Returns the thread group name. "
21882189
(Out
@@ -2214,12 +2215,10 @@ JDWP "Java(tm) Debug Wire Protocol"
22142215
)
22152216
)
22162217
(Command Children=3
2217-
"Returns the live platform threads and active thread groups directly "
2218+
"Returns the live platform threads and the thread groups directly "
22182219
"contained in this thread group. Virtual threads are not included. "
22192220
"Threads and thread groups in child thread groups are not included. "
2220-
"A thread is alive if it has been started and has not yet been stopped. "
2221-
"See <a href=../../api/java.base/java/lang/ThreadGroup.html>java.lang.ThreadGroup</a> "
2222-
"for information about active ThreadGroups.
2221+
"A thread is alive if it has been started and has not yet terminated."
22232222
(Out
22242223
(threadGroupObject group "The thread group object ID. ")
22252224
)

0 commit comments

Comments
 (0)
Please sign in to comment.