On Tue, 28 Apr 2026 17:07:09 GMT, Phil Race <[email protected]> wrote:
>> You're right, the condition should be `(i + offset >= size)`. > > fixed No, I think that is wrong. We changed that condition before. it should validate that the index is between 0 and size, or index+offset and size+offset. It should not mix one with another "(offset + i) >= size". If the test did not catch this some should be updated. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29766#discussion_r3157607413
