On Mon, 25 Sep 2023 09:47:15 GMT, Chen Liang <liach at openjdk.org> wrote: > UTF8 decoder does not perform any internal state mutation during decoding; Are you sure? I think `CharsetDecoder::decode` will modify the `status` field. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15736#discussion_r1335660344