// Direct JIT test for String.length() static box Main { getLen(s) { return s.length() } }