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

All Blocking Primitives need to interact with Safepoint Logic #286

Closed
smarr opened this issue Jan 15, 2019 · 1 comment
Closed

All Blocking Primitives need to interact with Safepoint Logic #286

smarr opened this issue Jan 15, 2019 · 1 comment
Assignees
Labels
bug Fixes an issue, incorrect implementation

Comments

@smarr
Copy link
Owner

smarr commented Jan 15, 2019

For the blocking primitives, we need to decide one-by-one what to do with respect to safepoints.

There is always the potential for a deadlock, if they do not unregister before blocking.
Though, there may be performance implications that need to be considered.

This needs to be addressed so that #285 can be merged.

@smarr smarr added the bug Fixes an issue, incorrect implementation label Jan 15, 2019
@smarr smarr added this to the v0.7.0 milestone Jan 15, 2019
@smarr smarr self-assigned this Jan 15, 2019
@smarr
Copy link
Owner Author

smarr commented Feb 1, 2019

Got fixed with #288.

@smarr smarr closed this as completed Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes an issue, incorrect implementation
Projects
None yet
Development

No branches or pull requests

1 participant