On Sun, 18 May 2025 11:11:32 GMT, Shaojin Wen <s...@openjdk.org> wrote:
> When debugging getLong/getDouble/getDecimal of DigitList, the debugger will > call the DigitList::toString method. At this time, DigitList::toString will > modify tempBuilder, which will cause incorrect results. This pull request has now been integrated. Changeset: b7f0f480 Author: Shaojin Wen <s...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/b7f0f480cefb7295bbd5f8830458b69baf2eaff6 Stats: 6 lines in 1 file changed: 0 ins; 5 del; 1 mod 8357681: Fixed the DigitList::toString method causing incorrect results during debugging Reviewed-by: jlu, naoto ------------- PR: https://git.openjdk.org/jdk/pull/25288