RFR: JDK-8317919: pthread_attr_init handle return value and destroy pthread_attr_t object

Matthias Baesken mbaesken at openjdk.org
Wed Oct 11 12:00:27 UTC 2023


Seems we miss on AIX and Linux the handling of pthread_attr_init return value and sometimes in special cases destroying the related pthread_attr_t object.

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

Commit messages:
 - JDK-8317919

Changes: https://git.openjdk.org/jdk/pull/16147/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16147&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8317919
  Stats: 10 lines in 2 files changed: 8 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/16147.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16147/head:pull/16147

PR: https://git.openjdk.org/jdk/pull/16147


More information about the hotspot-runtime-dev mailing list