RFR: 8286891: thread_local causes undefined symbol error with XL C
Matthias Baesken
mbaesken at openjdk.java.net
Mon May 23 06:47:43 UTC 2022
On Tue, 17 May 2022 15:56:28 GMT, Tyler Steele <tsteele at openjdk.org> wrote:
> When using XLClang++ to compile a `thread_local` struct with a destructor, a compiler bug is exposed that results in a missing constructor and a linker error.
>
> Adding the missing constructor solves this issue.
>
> Changes
> - Builds on AIX (previously broken)
Please adjust the copyright year. Otherwise looks good to me.
-------------
Marked as reviewed by mbaesken (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8754
More information about the hotspot-dev
mailing list