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

jitCheckCastForArrayStore should receive array class instead of base class #20184

Open
theresa-m opened this issue Sep 18, 2024 · 0 comments
Open
Labels
comp:jit project:valhalla Used to track Project Valhalla related work

Comments

@theresa-m
Copy link
Contributor

theresa-m commented Sep 18, 2024

A nullability check for null-restricted arrays is expected during checkcast. Currently fast_jitCheckCastForArrayStore and old_fast_jitCheckCastForArrayStore take the array base class as a parameter. In order to perform a nullability check the array class is needed.
@hzongaro @a7ehuo can you please update the calls to these methods to pass in an array class instead of its base class?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:jit project:valhalla Used to track Project Valhalla related work
Projects
None yet
Development

No branches or pull requests

1 participant