Getting ArrayStoreException: Cannot store (valid inner subclass) in array of type (parent class)
Tom Tromey
tromey@redhat.com
Thu May 1 00:19:00 GMT 2003
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Tom> _Jv_CheckArrayStore needs to be taught about multi-dimensional arrays.
I looked into this some more. The problem is that
_Jv_IsAssignableFrom doesn't work if a class hasn't had its
constant-time tables prepared. I have a patch that I'll test soon.
Tom
More information about the Java
mailing list