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

VMInstallTests: fix random ConcurrentModificationException #202 #247

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

jukzi
Copy link
Contributor

@jukzi jukzi commented May 24, 2023

by using threadsafe datastructures.

Copy link

@mpalat mpalat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From a general programming pov, looks good. However, am not sure about whether this is a thread-safety required code which justifies the change.
@SarikaSinha If you have some time, can you please take a look?

@jukzi
Copy link
Contributor Author

jukzi commented Jun 16, 2023

The need for thread-safety became prominent by #202

@jukzi jukzi merged commit 62495b2 into eclipse-jdt:master Jul 14, 2023
9 checks passed
@jukzi jukzi deleted the VMInstallTests branch July 14, 2023 07:03
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.

VMInstallTests.testLibraryResolver3 fails with ConcurrentModificationException
3 participants