RFR: 7903319: The methods 'getAllMethods' and 'getMethods' in class 'BenchmarkGeneratorUtils' have the same feature

Aleksey Shipilev shade at openjdk.org
Tue Sep 20 13:39:10 UTC 2022


On Tue, 20 Sep 2022 10:50:18 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> Currently, the methods `getAllMethods` and `getMethods` in class 'BenchmarkGeneratorUtils' have the same feature. This patch removes `getMethods` and keeps `getAllMethods`  because `getAllMethods` is consistent with `getAllFields`.
> 
> Thanks for taking the time to review.
> 
> Best Regards,
> -- Guoxiong

Looks fine, thanks!

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

Marked as reviewed by shade (Committer).

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


More information about the jmh-dev mailing list