We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3041e16 commit a8933f4Copy full SHA for a8933f4
src/hotspot/share/prims/jvmti.xml
@@ -1953,13 +1953,15 @@ jvmtiEnv *jvmti;
1953
<jint/>
1954
<description>
1955
The thread priority. See the thread priority constants:
1956
- <datalink id="jvmtiThreadPriority"></datalink>.
+ <datalink id="jvmtiThreadPriority"></datalink>. The priority of a
1957
+ virtual thread is always <code>JVMTI_THREAD_NORM_PRIORITY</code>.
1958
</description>
1959
</field>
1960
<field id="is_daemon">
1961
<jboolean/>
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>.
1965
1966
1967
<field id="thread_group">
0 commit comments