On Mon, 24 May 2021 18:15:17 GMT, Valerie Peng <valer...@openjdk.org> wrote:
>> src.array() throws an exception if it's read only > > Other files seem to use src.hasArray() call which also checked for read only. > Maybe that's what you meant to use? Yes, I could use hasArray(). I hadn't started using that until later in development and never went back and changed lines like these ------------- PR: https://git.openjdk.java.net/jdk/pull/4072