RFR: 8354255: [jittester] Remove TempDir debug output

Tobias Hartmann thartmann at openjdk.org
Fri Apr 11 08:17:54 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.

-------------

Marked as reviewed by thartmann (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/24573#pullrequestreview-2759518698


More information about the hotspot-compiler-dev mailing list