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

Eric Nothum duke at openjdk.org
Wed Jun 28 08:07:33 UTC 2023


> 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.

Eric Nothum has updated the pull request incrementally with one additional commit since the last revision:

  Changed TestCompilationTimeout and WaitForCompilationTimeout to expect seconds

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/14649/files
  - new: https://git.openjdk.org/jdk/pull/14649/files/22fbeedd..c43697d4

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=14649&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=14649&range=00-01

  Stats: 7 lines in 1 file changed: 0 ins; 0 del; 7 mod
  Patch: https://git.openjdk.org/jdk/pull/14649.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14649/head:pull/14649

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


More information about the hotspot-compiler-dev mailing list