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

[GR-61459] Ensure objects are not modified while graphs are persisted #10528

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

graalvmbot
Copy link
Collaborator

Some objects in EncodedGraph contains references to caches that can be modified while the graph is persisted.

The LoadImageSingletonDataImpl is now a static class to avoid referencing the LoadImageSingletonFeature.currentKeyToSlotInfoMap cache.

CounterKey are now prepared before encoding to ensure the value is already cached.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 21, 2025
@graalvmbot graalvmbot closed this Jan 22, 2025
@graalvmbot graalvmbot merged commit 9bd367e into master Jan 22, 2025
13 checks passed
@graalvmbot graalvmbot deleted the scoppey/GR-61459/graph-encoding-transient branch January 22, 2025 01:12
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