Skip to content

[GR-57955] Ensure the persistType and persistMethod methods are thread safe #9726

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

Merged

Conversation

graalvmbot
Copy link
Collaborator

The persistType and persistMethod were not thread safe, which could cause some types or methods to be persisted twice.
The ids of persisted types and methods are now tracked to ensure the methods are thread safe.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 23, 2024
@graalvmbot graalvmbot merged commit fcbe904 into master Sep 25, 2024
12 of 13 checks passed
@graalvmbot graalvmbot deleted the scoppey/GR-57955/avoid-persisting-methods-and-types-twice branch September 25, 2024 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants