RFR: 8300295: [AIX] TestDaemonDestroy fails due to !is_primordial_thread assertion [v3]

Varada M duke at openjdk.org
Wed Feb 1 13:49:56 UTC 2023


On Mon, 30 Jan 2023 23:55:12 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Varada M has updated the pull request with a new target base due to a merge or a rebase.
>
> test/hotspot/jtreg/runtime/jni/daemonDestroy/exedaemonDestroy.c line 132:
> 
>> 130:    pthread_attr_setstacksize(&attr, adjusted_stack_size);
>> 131:    pthread_create (&id,&attr,run,(void *)&args);
>> 132:    pthread_join(id,NULL);
> 
> Style nit: spaces after commas

I have fixed the indentation. Thank you @dholmes-ora

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

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


More information about the hotspot-runtime-dev mailing list