KONNO Kazuhiro

Results 298 comments of KONNO Kazuhiro

Jenkins test sanity xlinux,zlinux jdk11,jdk17

@r30shah Sorry for my late response to your question. You don't need to worry about `checkBoundsBeginEnd()` and `checkBoundsBeginEnd()` called by `StringUTF16.indexOf([BI[BII)I`, because this PR just adds recognition of `StringUTF16.indexOfUnsafe([BI[BII)I`, not...

I rebased to add the recognition of `indexOfUnsafe([BI[BII)I` to the x86 platform, and updated the commit message.

Jenkins test sanity alinux64,amac jdk17

Jenkins test sanity alinux64,amac jdk11

Jenkins test sanity alinux64,amac jdk17

This method is used only in Java 17+. Should I add `#if JAVA_SPEC_VERSION >= 17` to the code?

The Java method copies elements of a `char[]` array to a `byte[]` array. If any one of the array elements is larger than 255, the method fails and returns 0....

Jenkins test sanity alinux64,amac jdk11,jdk17