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

Guoxiong Li gli at openjdk.org
Wed Sep 21 11:02:58 UTC 2022


> 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:

  Simplify the method 'addMethod'.

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

Changes:
  - all: https://git.openjdk.org/jmh/pull/79/files
  - new: https://git.openjdk.org/jmh/pull/79/files/8662ead8..e585e859

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jmh&pr=79&range=01
 - incr: https://webrevs.openjdk.org/?repo=jmh&pr=79&range=00-01

  Stats: 3 lines in 1 file changed: 0 ins; 2 del; 1 mod
  Patch: https://git.openjdk.org/jmh/pull/79.diff
  Fetch: git fetch https://git.openjdk.org/jmh pull/79/head:pull/79

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


More information about the jmh-dev mailing list