Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved error reporting on invalid constant pool index
This will allow easy deduction of whether the invalid index comes from some constant not being loaded (probably only slightly invalid) or reading an irreveant byte when trying to read a constant pool index (much larger than the constant pool size).
- Loading branch information