- Notifications
You must be signed in to change notification settings - Fork384
PortConcurrentSkipListMap
from JSR-166#3325
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
PortConcurrentSkipListMap
from JSR-166#3325
Conversation
@WojciechMazur In jsr166, So I use |
Yes, that would be the correct way to workaround these issues. Instead of For AtomicFieldUpdaters they're partially supported, but not directly - we cannot use Java reflection-based API, however Btw. |
Thanks for the detailed explanation! Ok, then I can proceed the porting the code related to varHandle.
Oops, I missed that. I'll port |
Still work in progress.
After porting this, we can port
ConcurrentSkipListSet
.