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

Excluded locking on java.lang.Class objects from SSD bug #1984

Merged
merged 2 commits into from Apr 7, 2022

Conversation

gonczmisi
Copy link
Contributor

@gonczmisi gonczmisi commented Mar 17, 2022

Fixed bug reported by issue-1978.

SSD bug instance does not get reported if the lock object is from java.lang.Class, since there is only a single instance of the class object.

  • Extended unit tests with a test case for such scenario
  • Aligned CHANGELOG.md

ThrawnCA
ThrawnCA previously approved these changes Mar 20, 2022
@ThrawnCA
Copy link
Contributor

Please try to avoid force-pushing, when possible, since it ruins the history.

ThrawnCA
ThrawnCA previously approved these changes Mar 21, 2022
@gonczmisi
Copy link
Contributor Author

Please try to avoid force-pushing, when possible, since it ruins the history.

Sorry, I rebased locally to resolve conflicts.

@schlm3
Copy link

schlm3 commented Apr 5, 2022

would be great to get this into a new release soon...

KengoTODA
KengoTODA previously approved these changes Apr 7, 2022
@KengoTODA KengoTODA dismissed stale reviews from ThrawnCA and themself via e3e6f74 April 7, 2022 02:02
@KengoTODA
Copy link
Member

thanks, I will merge this to close #1978.

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

4 participants