Integrated: 7903321: Use a set instead of a map to record methods in class 'MethodGroup'

Guoxiong Li gli at openjdk.org
Wed Sep 21 12:38:04 UTC 2022


On Wed, 21 Sep 2022 10:33:03 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

This pull request has now been integrated.

Changeset: 622ed6e8
Author:    Guoxiong Li <gli at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jmh/commit/622ed6e8adb852b5ed5272223ca4254a0e807658
Stats:     13 lines in 1 file changed: 0 ins; 3 del; 10 mod

7903321: Use a set instead of a map to record methods in class 'MethodGroup'

Reviewed-by: shade

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

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


More information about the jmh-dev mailing list