RFR: 8286891: thread_local causes undefined symbol error with XL C
Martin Doerr
mdoerr at openjdk.java.net
Thu May 19 14:31:07 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.
> CHnges
> - Builds on AIX (previously broken)
`#` should usually be at the beginning of the line. Please also add a comment why this is needed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8754
More information about the hotspot-dev
mailing list