On Fri, 4 Apr 2025 14:59:35 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> We had a test setup failure in our distributed test system where the process > running jtreg crashed. This caused the hs_err file to end up in the root of > the source tree. Dropping crash files in the source tree is bad practice and > makes it harder to find such files. We should change the current working > directory to the work/output dir before launching jtreg to help avoid this > situation in the future. This pull request has now been integrated. Changeset: bd73a064 Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/bd73a0641615d743663ef652bc1f27305af1517b Stats: 30 lines in 1 file changed: 16 ins; 13 del; 1 mod 8300339: Run jtreg in the work dir Reviewed-by: erikj ------------- PR: https://git.openjdk.org/jdk/pull/24452