Skip to content

[GR-67785] Fix detach_all_threads_and_tear_down_isolate. #11719

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

Merged
merged 1 commit into from
Jul 22, 2025

Conversation

graalvmbot
Copy link
Collaborator

Ensure DetachAllExternallyStartedThreadsExceptCurrentOperation doesn't detach the thread starting the operation as that may leave it in an inconsistent state.
leaveTearDownIsolate will properly teardown/detach both the operation thread (if there is one) and the current thread.

Ensure `DetachAllExternallyStartedThreadsExceptCurrentOperation` doesn't
detach the thread starting the operation as that may leave it in an
inconsistent state. `leaveTearDownIsolate` will properly teardown/detach
both the operation thread (if there is one) and the current thread.
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 21, 2025
@graalvmbot graalvmbot merged commit 7221408 into master Jul 22, 2025
13 checks passed
@graalvmbot graalvmbot deleted the gd/teardown branch July 22, 2025 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants