Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8306034: add support of virtual threads to JVMTI StopThread #13546

Closed
wants to merge 11 commits into from
2 changes: 1 addition & 1 deletion src/hotspot/share/prims/jvmti.xml
Original file line number Diff line number Diff line change
@@ -11981,7 +11981,7 @@ myInit() {
</errorid>
<errorid id="JVMTI_ERROR_OPAQUE_FRAME" num="32">
Information about the frame is not available (e.g. for native frames),
or the frame is not suitable for the requested operation.
or the function cannot be performed on the thread's current frame.
</errorid>
<errorid id="JVMTI_ERROR_DUPLICATE" num="40">
Item already set.