On Wed, 25 May 2022 13:37:14 GMT, Claes Redestad <redes...@openjdk.org> wrote:
>> Maybe an `assert b == b23456[i]` would be nice here. > > All usage implies the int is an argument position, which by spec is > constrained to be in the 0-255 range. But surely checking or asserting > shouldn't hurt. Yes, please. IMHO it makes it clear that that is the assumption of this code. ------------- PR: https://git.openjdk.java.net/jdk/pull/8881