RFR: 7903328: Introduce a new method 'clear' in interface 'Multiset' [v2]

Aleksey Shipilev shade at openjdk.org
Mon Sep 26 09:23:42 UTC 2022


On Mon, 26 Sep 2022 09:09:06 GMT, Guoxiong Li <gli at openjdk.org> wrote:

>> Hi all,
>> 
>> This patch adds a method named `clear` in interface `Multset` and implements the method in its sub-class. A corresponding test case is added and all the test passed locally.
>> 
>> Thanks for taking the time to review.
>> 
>> Best Regards,
>> -- Guoxiong
>
> Guoxiong Li has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove null check.

I'll integrate once GHAs go green.

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

PR: https://git.openjdk.org/jmh/pull/81


More information about the jmh-dev mailing list