RFR: 8272613: CharsetDecoder.decode(ByteBuffer) throws IllegalArgumentException
Naoto Sato
naoto at openjdk.org
Mon Mar 27 17:20:59 UTC 2023
On Mon, 27 Mar 2023 12:55:37 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> This change looks okay but I assume the test won't run on 32-bit due to the array size. It might need `@requires sun.arch.data.model == "64"`.
Thanks. Added the requirement to the test
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13131#issuecomment-1485534487
More information about the nio-dev
mailing list