RFR: dcubed - misc cleanups of jvm.cpp and JVM/TI files.
Serguei Spitsyn
sspitsyn at openjdk.java.net
Fri Apr 8 01:03:03 UTC 2022
On Thu, 7 Apr 2022 18:32:56 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
> Misc cleanups of jvm.cpp and JVM/TI files.
src/hotspot/share/prims/jvmti.xml line 1869:
> 1867: <functionlink id="ResumeThread"></functionlink>.
> 1868: Virtual threads that are currently resumed do not change state.
> 1869: </description>
This is not right.
The JVM TI Suspend functions are listed intentionally. Similarly, the JVM TI Resume functions are listed in SuspendAllVirtualThreads:
http://100.110.26.5:8080/view/loom/job/loom-fibers-branch-build/lastSuccessfulBuild/artifact/loom/build/linux-x64/images/docs/specs/jvmti.html#SuspendAllVirtualThreads
-------------
PR: https://git.openjdk.java.net/loom/pull/140
More information about the loom-dev
mailing list