RFR: 8354255: [jittester] Remove TempDir debug output
duke
duke at openjdk.org
Fri Apr 11 06:53:39 UTC 2025
On Thu, 10 Apr 2025 13:17:26 GMT, Evgeny Nikitin <enikitin at openjdk.org> wrote:
> JITTester's TempDir prints debug information about creation and deletion of a temporary folder, like this:
>
> DBG: Temp folder created: '/tmp/java_tests8412639693749199985'
> DBG: Temp folder deleted: '/tmp/java_tests8412639693749199985'
>
> As jittester is a library, TempDir can be used in other tools. Debug outputs mess up logs, confuse output comparison tools, etc. And do not give any valuable information (as temp folder with its contents is deleted after VM shutdown).
>
> This PR removes the debug outputs.
@lepestock
Your change (at version ed7140f514fd3d97ab1b9cdbbdda98b05a94e21e) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24573#issuecomment-2796009008
More information about the hotspot-compiler-dev
mailing list