On Fri, 24 May 2024 14:34:39 GMT, Ludvig Janiuk <lujan...@openjdk.org> wrote:
> Also log the directory in which the command used by failure_handler was > executed. While often the same, it isn't always, and so it this should > simplify troubleshooting for someone looking at this at a glance without > being a failure_handler expert. > > Example output after this change: > > ---------------------------------------- > [2024-05-24 14:26:46] [/usr/bin/pmap, -p, 2233017] timeout=20000 in > /<my-absolute-project-dir>/JTwork/scratch > ---------------------------------------- > > before: > > ---------------------------------------- > [2024-05-24 14:26:46] [/usr/bin/pmap, -p, 2233017] timeout=20000 > ---------------------------------------- Marked as reviewed by lmesnik (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/19396#pullrequestreview-2077492691