On Sun, 14 Sep 2025 04:56:37 GMT, Shaojin Wen <[email protected]> wrote:
>> Johannes Graham has updated the pull request incrementally with one >> additional commit since the last revision: >> >> VALUES_SIZE > > src/java.base/share/classes/java/text/DigitList.java line 732: > >> 730: >> 731: // The digit part of -9223372036854775808L >> 732: private static final byte[] LONG_MIN_REP = >> "9223372036854775808".getBytes(StandardCharsets.ISO_8859_1); > > add `@Stable` here @j3graham Please consider @wenshao's suggestion. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/27118#discussion_r2374930678
