RFR: CODETOOLS-7903476: JMH: Threading model should not assume stable threads [v6]
Sergey Kuksenko
skuksenko at openjdk.org
Fri Jun 2 17:15:31 UTC 2023
On Fri, 2 Jun 2023 11:15:04 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> See the bug for the original bug report.
>>
>> This PR makes sure the harness code is able to work with different styles of executors, including the custom executor that always gives us a new thread. Integration tests now run with several important executor modes to catch errors early.
>
> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
>
> More touchups
Marked as reviewed by skuksenko (Committer).
jmh-core-it/src/main/java/org/openjdk/jmh/it/CustomExecutorService.java line 2:
> 1: /*
> 2: * Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
* Copyright Amazon.com Inc. or its affiliates.
Is that how it should be?
-------------
PR Review: https://git.openjdk.org/jmh/pull/107#pullrequestreview-1458047300
PR Review Comment: https://git.openjdk.org/jmh/pull/107#discussion_r1214613820
More information about the jmh-dev
mailing list