On Tue, 19 Aug 2025 07:51:29 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> The jtreg test tools/jar/JarNoFileArgOperations.java seems to create files > like /tmp/tmpJar12065714313154611400.jar in the file system and keeps them > there after the test finishes (also in case of SUCCESS) . > This has been observed at least on Linux and AIX . This pull request has now been integrated. Changeset: 320235cc Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/320235ccb88b4b554cd5756b7e6a34ce97aabd53 Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod 8365700: Jar --validate without any --file option leaves around a temporary file /tmp/tmpJar<number>.jar Reviewed-by: jpai, asteiner ------------- PR: https://git.openjdk.org/jdk/pull/26837