Commit f9c86e0
committed
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.1 parent 9f076bc commit f9c86e0
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| 210 | + | |
210 | 211 | | |
211 | 212 | | |
212 | | - | |
| 213 | + | |
213 | 214 | | |
| 215 | + | |
214 | 216 | | |
215 | 217 | | |
216 | 218 | | |
| |||
0 commit comments