Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update String#length to comply with JEP 254
The value returned by java.lang.String#length in the MJI model class for java.lang.String is incorrect, as the value field of String is now a byte array instead of a char array. This updates String#length method to comply with JEP 254.
- Loading branch information