Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash from trying to read isa fields as Class pointers on arm64
The isa field is not guaranteed to be a Class pointer on arm64, even though the type encoding indicates that it's a Class pointer.
- Loading branch information