Skip to content

Commit a8933f4

Browse files
committedMay 5, 2021
Update GetThreadInfo spec
1 parent 3041e16 commit a8933f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎src/hotspot/share/prims/jvmti.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1953,13 +1953,15 @@ jvmtiEnv *jvmti;
19531953
<jint/>
19541954
<description>
19551955
The thread priority. See the thread priority constants:
1956-
<datalink id="jvmtiThreadPriority"></datalink>.
1956+
<datalink id="jvmtiThreadPriority"></datalink>. The priority of a
1957+
virtual thread is always <code>JVMTI_THREAD_NORM_PRIORITY</code>.
19571958
</description>
19581959
</field>
19591960
<field id="is_daemon">
19601961
<jboolean/>
19611962
<description>
1962-
Is this a daemon thread/?
1963+
Is this a daemon thread? The daemon status of a virtual thread is
1964+
always <code>JNI_TRUE</code>.
19631965
</description>
19641966
</field>
19651967
<field id="thread_group">

0 commit comments

Comments
 (0)
Please sign in to comment.