RFR: 8361198: [AIX] fix misleading error output in thread_cpu_time_unchecked

Arno Zeller azeller at openjdk.org
Wed Jul 2 05:59:38 UTC 2025


On Tue, 1 Jul 2025 14:43:22 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Currently we have on AIX in thread_cpu_time_unchecked misleading error output in case of failing getthrds64 . This should be adjusted .

Looks trivial, but I would suggest to print the errno also for the case when pthread_getthrds_np fails a few lines above.

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

PR Comment: https://git.openjdk.org/jdk/pull/26070#issuecomment-3026554777


More information about the hotspot-runtime-dev mailing list