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

Add missing overrides in java.util.concurrent.ConcurrentMap #3527

Merged

Conversation

WojciechMazur
Copy link
Contributor

Fixes source of linking problems found in #3476
Implements missing method overrides which have been statically called. Also fixes java.util.Map functions to be aware of concurrent modification present in form of throwing IllegalStateException

@WojciechMazur WojciechMazur merged commit 493c3b8 into scala-native:main Oct 4, 2023
75 of 76 checks passed
@WojciechMazur WojciechMazur deleted the fix/j.u.c.concurrentmap branch October 4, 2023 14:46
WojciechMazur added a commit to WojciechMazur/scala-native that referenced this pull request Oct 13, 2023
…native#3527)

* Add j.u.c.ConcurrentMap overrides and restore failing scalaPartestJunitTest
* Guard against concurrent modification in 2 j.u.Map functions

(cherry picked from commit 493c3b8)
WojciechMazur added a commit that referenced this pull request Oct 13, 2023
* Add j.u.c.ConcurrentMap overrides and restore failing scalaPartestJunitTest
* Guard against concurrent modification in 2 j.u.Map functions

(cherry picked from commit 493c3b8)
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

1 participant