Integrated: CODETOOLS-7903003: JMH: Print a single interruption message per iteration

Aleksey Shipilev shade at openjdk.java.net
Mon Aug 2 16:08:43 UTC 2021


On Mon, 2 Aug 2021 06:52:06 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> When harness interrupts the benchmark, it delivers several interrupts until the benchmark exits. Every time on interrupt, it will print a message, which can flood the logs. We are better printing the interrupt message one time.

This pull request has now been integrated.

Changeset: dd6e9636
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jmh/commit/dd6e9636173ab7512031132c5ff74eb4d428e884
Stats:     7 lines in 1 file changed: 6 ins; 1 del; 0 mod

7903003: JMH: Print a single interruption message per iteration

Reviewed-by: ecaspole

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

PR: https://git.openjdk.java.net/jmh/pull/47


More information about the jmh-dev mailing list