You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: