Integrated: CODETOOLS-7903486: JMH: Revisit available jmh.executor options

Aleksey Shipilev shade at openjdk.org
Mon Jun 5 17:18:33 UTC 2023


On Fri, 2 Jun 2023 11:32:45 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> We currently have a few executor options in JMH. As [CODETOOLS-7903476](https://bugs.openjdk.org/browse/CODETOOLS-7903476) shows, not all of them are ready to be used.
> 
> GitHub hits:
>  "jmh.executor=CACHED_TPE", 0 hits
>  "jmh.executor=FIXED_TPE", 0 hits
>  "jmh.executor=VIRTUAL_TPE", 0 hits
>  "jmh.executor=FJP", 3 hits (various forks of jsoniter)
>  "jmh.executor=FJP_COMMON", 0 hits
>  "jmh.executor=CUSTOM", 99 hits (various projects)
> 
> Looks like CACHED_TPE and FJP_COMMON can go away.
> Others are renamed to capture their major characteristic.
> 
> Some light bikeshedding about the names is welcome.

This pull request has now been integrated.

Changeset: 3e54394f
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jmh/commit/3e54394f71d648d46bd67d9f46c3908772ace15a
Stats:     41 lines in 1 file changed: 0 ins; 34 del; 7 mod

7903486: JMH: Revisit available jmh.executor options

Reviewed-by: skuksenko

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

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


More information about the jmh-dev mailing list