RFR: 8374755: ML-KEM's 12-bit decompression uses incorrect assertions [v2]

Ferenc Rakoczi duke at openjdk.org
Mon Jan 19 14:01:59 UTC 2026


On Thu, 15 Jan 2026 10:54:08 GMT, Andrew Haley <aph at openjdk.org> wrote:

>> Ferenc Rakoczi has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix off-by-one error discovered by Shawn
>
> src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp line 6084:
> 
>> 6082:   //         byte[] condensed, int index, short[] parsed, int parsedLength) {}
>> 6083:   //
>> 6084:   // it is assumed that parsed and condensed are allocated such that for
> 
> By whom? :-)
> Suggestion:
> 
>   // we assume that parsed and condensed are allocated such that for

Changed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/29141#discussion_r2704885970


More information about the hotspot-compiler-dev mailing list