On Thu, 28 Sep 2023 04:30:16 GMT, David Holmes <dhol...@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