On Tue, 28 May 2024 20:35:26 GMT, Sandhya Viswanathan <sviswanat...@openjdk.org> wrote:
>> No. For (n-k)==32 we can do full reads. I'll clarify by changing the label >> name. > > We can also do full reads for (n-k) == 31, as we also compare the kth byte. I'll change and test. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16753#discussion_r1617883225