On Tue, 1 Dec 2020 14:49:01 GMT, Claes Redestad <redes...@openjdk.org> wrote:
> This patch fixes a place where we failed to adjust properly for getBytes > taking a length rather than end offset. (Something the public API in > AbstractStringBuilder is apparently inconsistent about..) > > Although this was caught by JCK testing, this patch adds a few trivial sanity > tests to get at least some sanity checking into tier1 Marked as reviewed by rriggs (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/1541