RFR: 8354255: [jittester] Remove TempDir debug output
Christian Hagedorn
chagedorn at openjdk.org
Thu Apr 10 13:56:41 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.
That's reasonable.
-------------
Marked as reviewed by chagedorn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24573#pullrequestreview-2756936874
More information about the hotspot-compiler-dev
mailing list