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-60876] Load all instantiated types in application layer #10661

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

graalvmbot
Copy link
Collaborator

If a non instantiated type has instantiated subtypes in the base layer, but those are not loaded in the application layer, instanceof checks for this type will be wrongly simplified to isnull checks.

To avoid this, all instantiated types in needs to be loaded in the application layer.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 11, 2025
@graalvmbot graalvmbot force-pushed the scoppey/GR-60876/load-instantiated-types branch from cd459f7 to 040c7d6 Compare February 13, 2025 15:50
@graalvmbot graalvmbot closed this Feb 13, 2025
@graalvmbot graalvmbot deleted the scoppey/GR-60876/load-instantiated-types branch February 13, 2025 18:00
@graalvmbot graalvmbot merged commit 564924a into master Feb 13, 2025
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