Integrated: JDK-8320309: AIX: pthreads created by foreign test library don't work as expected
Varada M
varadam at openjdk.org
Wed Nov 22 13:46:19 UTC 2023
On Tue, 21 Nov 2023 10:09:04 GMT, Varada M <varadam at openjdk.org> wrote:
> Following test fails due to missing pthread attributes on AIX :
> java/foreign/TestUpcallAsync.java
> java/foreign/stackwalk/TestAsyncStackWalk.java
> java/foreign/loaderLookup/TestLoaderLookupJNI.java
> java/foreign/enablenativeaccess/TestEnableNativeAccessJarManifest.java
> java/foreign/enablenativeaccess/TestEnableNativeAccess.java
>
> Note : Test needs the changes from [pull/16579](https://github.com/openjdk/jdk/pull/16579) and [pull/16414](https://github.com/openjdk/jdk/pull/16414 )
>
> JBS Issue : [JDK-8320309](https://bugs.openjdk.org/browse/JDK-8320309)
This pull request has now been integrated.
Changeset: 8b47a149
Author: Varada M <varadam at openjdk.org>
Committer: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8b47a14958913c70291d46afdde4e527f9bdc91a
Stats: 6 lines in 1 file changed: 5 ins; 0 del; 1 mod
8320309: AIX: pthreads created by foreign test library don't work as expected
Reviewed-by: mdoerr, mbaesken, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/16757
More information about the core-libs-dev
mailing list