File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11058,7 +11058,8 @@ myInit() {
11058
11058
</parameters>
11059
11059
<errors>
11060
11060
<error id="JVMTI_ERROR_UNSUPPORTED_OPERATION">
11061
- Current thread is a virtual thread.
11061
+ The current thread is a virtual thread and the implementation does not support
11062
+ getting the current thread CPU time when the current thread is a virtual thread.
11062
11063
</error>
11063
11064
</errors>
11064
11065
</function>
@@ -11140,7 +11141,8 @@ myInit() {
11140
11141
</parameters>
11141
11142
<errors>
11142
11143
<error id="JVMTI_ERROR_UNSUPPORTED_OPERATION">
11143
- <paramlink id="thread"/> is a virtual thread.
11144
+ <paramlink id="thread"/> is a virtual thread and the implementation does not
11145
+ support getting the thread CPU time of a virtual thread.
11144
11146
</error>
11145
11147
</errors>
11146
11148
</function>
You can’t perform that action at this time.
0 commit comments