RFR: 7903321: Use a set instead of a map to record methods in class 'MethodGroup' [v3]

Aleksey Shipilev shade at openjdk.org
Wed Sep 21 11:43:12 UTC 2022


On Wed, 21 Sep 2022 11:36:16 GMT, Guoxiong Li <gli at openjdk.org> wrote:

>> Hi all,
>> 
>> This patch changes the type of the field `MethodGroup#methods` from a map to a set so that it is more suitable for its meaning.
>> 
>> Thanks for the taking the time to review.
>> 
>> Best Regards,
>> -- Guoxiong
>
> Guoxiong Li has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix exception message.

All right then!

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

Marked as reviewed by shade (Committer).

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


More information about the jmh-dev mailing list