On Tue, 24 Jan 2023 22:50:31 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Yeah, please, no commented-out code. I'd be fine with the code as it was, I >> don't think it needs much clarification. If @mrserb insists on a comment >> then I agree that a comment on the array declaration should be sufficient. > > That is not about the default values in the array but about missing > initialization of `bandOffsets`, which we will skip intentionally. So it > won't raise the question later why we initiated the Indices and not offsets. I've added comment and moved array declaration. I think currently code is clear enough. ------------- PR: https://git.openjdk.org/jdk/pull/12147