On Thu, 12 Mar 2026 22:22:25 GMT, Alexey Ivanov <[email protected]> wrote:

>        Objects.requireNonNull(dataArray, "dataArray must not be null");
>        super(UNTRACKABLE, TYPE_BYTE, size, dataArray.length);

I am not sure I like this. Why default message from jvm is not good enough? it 
literary the same message:
>Cannot read the array length because "dataArray" is null
vs
>dataArray must not be null

-------------

PR Comment: https://git.openjdk.org/jdk/pull/29766#issuecomment-4056752381

Reply via email to