4 ms·
Unfortunately, unless the JIT can prove that the address you are accessing via the segment is non-negative, it can't elide the bounds check. See https://mail.op
by bremac 3y ago
Unfortunately, unless the JIT can prove that the address you are accessing via the segment is non-negative, it can't elide the bounds check. See https://mail.openjdk.org/pipermail/panama-dev/2023-July/019478.html https://mail.openjdk.org/pipermail/panama-dev/2023-July/0194... for a bit more information.