RFR: 8327390: JitTester: Implement temporary folder functionality
Guoxiong Li
gli at openjdk.org
Thu Mar 7 12:36:11 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.
Looks good. And the issue is not a public visible issue, . Please mark the issue as non-secret.
-------------
Marked as reviewed by gli (Committer).
PR Review: https://git.openjdk.org/jdk/pull/18128#pullrequestreview-1919323835
More information about the hotspot-compiler-dev
mailing list