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-59809] Filter StringConcatFactory.CACHE to only include reachable types in the image #10146

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

graalvmbot
Copy link
Collaborator

The StringConcatFactory$InlineHiddenClassStrategy.CACHE field should be filtered to avoid unreachable StringConcat types to be included in the image. It can cause transient issues when scanning the heap after it is sealed as the types were not seen by the analysis.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 25, 2024
@graalvmbot graalvmbot closed this Nov 25, 2024
@graalvmbot graalvmbot deleted the scoppey/GR-59809 branch November 25, 2024 19:38
@graalvmbot graalvmbot merged commit 47da7f5 into master Nov 25, 2024
13 checks passed
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