On Mon, 16 Mar 2026 14:08:20 GMT, Raffaello Giulietti <[email protected]> wrote:
>> Volkan Yazici has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Remove redundant deoptimization exits > > src/java.base/share/classes/java/lang/StringUTF16.java line 94: > >> 92: >> 93: /** >> 94: * Inserts the given code point to the specified position of the >> provided > > Is there maybe a better term than "inserts"? The latter suggests that all > following characters are shifted to make room for the new one. Right. Replaced it with `writes` in 1f954831abb. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30139#discussion_r2940969318
