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

Matthias Baesken mbaesken at openjdk.org
Fri Oct 13 07:04:31 UTC 2023


On Wed, 11 Oct 2023 11:52:22 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: ec310fe8
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ec310fe80971261ab7ee1141c64ffd600e7546c0
Stats:     16 lines in 4 files changed: 12 ins; 0 del; 4 mod

8317919: pthread_attr_init handle return value and destroy pthread_attr_t object

Reviewed-by: mdoerr, lucy

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

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


More information about the hotspot-runtime-dev mailing list