Integrated: 8295191: IR framework timeout options expect ms instead of s

Eric Nothum duke at openjdk.org
Thu Jun 29 07:02:01 UTC 2023


On Mon, 26 Jun 2023 08:37:31 GMT, Eric Nothum <duke at openjdk.org> wrote:

> The flags `-DTestCompilationTimeout` and `-DWaitForCompilationTimeout` expect values in ms. The example in the README was misleading as one could infer from "default: 10s" that the flag expects values in ms. Therefore I changed the values and units in the example to ms.

This pull request has now been integrated.

Changeset: b2eae16c
Author:    Eric Nothum <eric.nothum at oracle.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b2eae16c4504fb13bd06c999ef97f2faf0ad4932
Stats:     10 lines in 2 files changed: 0 ins; 0 del; 10 mod

8295191: IR framework timeout options expect ms instead of s

Reviewed-by: chagedorn, kvn, thartmann

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

PR: https://git.openjdk.org/jdk/pull/14649


More information about the hotspot-compiler-dev mailing list