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

Christian Hagedorn chagedorn at openjdk.org
Mon Jun 26 11:13:02 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.

I think it's better to actually change the flags to accept seconds instead of milliseconds. I don't think we need a more fine-grained control than seconds and it makes it easier to use these flags.

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

PR Comment: https://git.openjdk.org/jdk/pull/14649#issuecomment-1607237024


More information about the hotspot-compiler-dev mailing list