File tree 1 file changed +3
-4
lines changed
src/java.se/share/data/jdwp
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2183,6 +2183,7 @@ JDWP "Java(tm) Debug Wire Protocol"
2183
2183
)
2184
2184
)
2185
2185
(CommandSet ThreadGroupReference = 12
2186
+ "See <a href=../../api/java.base/java/lang/ThreadGroup.html>java.lang.ThreadGroup</a>."
2186
2187
(Command Name = 1
2187
2188
"Returns the thread group name. "
2188
2189
(Out
@@ -2214,12 +2215,10 @@ JDWP "Java(tm) Debug Wire Protocol"
2214
2215
)
2215
2216
)
2216
2217
(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 "
2218
2219
"contained in this thread group. Virtual threads are not included. "
2219
2220
"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."
2223
2222
(Out
2224
2223
(threadGroupObject group "The thread group object ID. " )
2225
2224
)
You can’t perform that action at this time.
0 commit comments