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

Expose Java Object synchronization primitives #2594

Closed
wants to merge 1 commit into from
Closed

Expose Java Object synchronization primitives #2594

wants to merge 1 commit into from

Conversation

pitr-ch
Copy link
Member

@pitr-ch pitr-ch commented Feb 13, 2015

cc @headius. Opening early for discussion.

Questions and open problems:

  • What platforms / cases are missing UnsafeHolder.U?
  • Is there another way how to implement lock, unlock without sun.misc.Unsafe?
  • I've heard, sun.misc.Unsafe will be changed/removed/broken down in Java9, so far I was not able to google anything substantial.

Background in: ruby-concurrency/concurrent-ruby#241

TODOs

  • add missing tests

@pitr-ch
Copy link
Member Author

pitr-ch commented Apr 6, 2015

@headius can you look at the PR if it's sane? I've tried to find tests for rest of the JRubyLibrary, but unsuccessfully. Could you point me in right direction?

@pitr-ch
Copy link
Member Author

pitr-ch commented Apr 29, 2015

Going different direction. I'll post more information in ruby-concurrency/concurrent-ruby#241.

@pitr-ch pitr-ch closed this Apr 29, 2015
@headius headius added this to the Invalid or Duplicate milestone May 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants