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 > ---------------------------------------- This pull request has now been integrated. Changeset: 7f0ad513 Author: Ludvig Janiuk <lujan...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/7f0ad513c30359816ac840f821ca0a22d723a642 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8332898: failure_handler: log directory of commands Reviewed-by: lmesnik ------------- PR: https://git.openjdk.org/jdk/pull/19396