Integrated: 8327390: JitTester: Implement temporary folder functionality
Evgeny Nikitin
enikitin at openjdk.org
Thu Mar 7 17:15:02 UTC 2024
On Tue, 5 Mar 2024 19:58:04 GMT, Evgeny Nikitin <enikitin at openjdk.org> wrote:
> The JITTester relies on standard OS / Java library functionality to create temporary folders and never cleans them.
>
> This creates problems in CI machines and also complicates problems investigation. We need to have a dedicated TempDir entity that we could adjust during problems investigations and development. It can also be a good place for various file-related activities, like executing FailureHandler.
This pull request has now been integrated.
Changeset: 5aae8030
Author: Evgeny Nikitin <enikitin at openjdk.org>
Committer: Leonid Mesnik <lmesnik at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5aae80304c0b1b49341777b9da103638183877d5
Stats: 76 lines in 4 files changed: 63 ins; 4 del; 9 mod
8327390: JitTester: Implement temporary folder functionality
Reviewed-by: gli, lmesnik
-------------
PR: https://git.openjdk.org/jdk/pull/18128
More information about the hotspot-compiler-dev
mailing list