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

[GR-18163] Share a Fiber as soon as it's created and sharing is enabled #3692

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

graalvmbot
Copy link
Collaborator

No description provided.

* We were sharing in FiberManager#start which is conceptually correct
  but the issue is that's called from a beforeEnter() hook and so
  getLanguage(Node) returns null.
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 18, 2024
@graalvmbot graalvmbot closed this Oct 18, 2024
@graalvmbot graalvmbot merged commit 9b191b0 into master Oct 18, 2024
14 checks passed
@graalvmbot graalvmbot deleted the bd/fix-fiber-sharing-point branch October 18, 2024 14:56
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