On Tue, 3 Sep 2024 17:33:37 GMT, David M. Lloyd <d...@openjdk.org> wrote:

>> Please review this change, which reduces the number of allocations in 
>> `StackMapDecoder::writeFrames` by using a sorted array instead of a 
>> `TreeMap<Integer, ...>` to sort and uniquify entries before writing. It also 
>> adds a validation missed by the original implementation.
>> 
>> Tested using `StackMapsTest`.
>
> David M. Lloyd has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Review feedback: reject duplicate stack map entries

Please wait a few more hours so other reviewers like @asotona can have a chance 
to take a look.

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

PR Comment: https://git.openjdk.org/jdk/pull/20841#issuecomment-2327325328

Reply via email to