RFR: JDK-8219652: [aix] Tests failing with JNI attach problems. [v4]

Varada M duke at openjdk.org
Thu Sep 28 06:11:52 UTC 2023


On Thu, 28 Sep 2023 04:30:16 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Varada M has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Added pthread attritubes to libterminatedThread.c
>
> test/hotspot/jtreg/vmTestbase/nsk/share/native/native_thread.cpp line 132:
> 
>> 130: #else // !windows & !sun
>> 131:     pthread_attr_t attr;
>> 132:     pthread_attr_init(&attr);
> 
> You need a corresponding `pthread_attr_destroy` below.

Thank you @dholmes-ora. I have made the suggested the changes.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15924#discussion_r1339575167


More information about the hotspot-runtime-dev mailing list