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

org.eclipse.jdt.internal.core.Buffer: threadsafe #2596

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

jukzi
Copy link
Contributor

@jukzi jukzi commented Jun 18, 2024

Some field accesses had not been synchronized which may have caused NPEs in access from different thread.

eclipse-jdt/eclipse.jdt.ui#736

@jukzi
Copy link
Contributor Author

jukzi commented Jun 18, 2024

@stephan-herrmann i have found some potential concurrency issues in Buffer.

Some field accesses had not been synchronized which may have caused NPEs
in access from different thread.

eclipse-jdt/eclipse.jdt.ui#736
@jukzi jukzi merged commit 975b68e into eclipse-jdt:master Jun 19, 2024
9 checks passed
@jukzi jukzi deleted the Buffer_threadsafe branch June 19, 2024 07:34
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.

2 participants