<i18n dev> RFR: 8316557: Make fields final in 'sun.util' package

Glavo duke at openjdk.org
Mon Sep 25 09:56:19 UTC 2023


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


More information about the i18n-dev mailing list