Integrated: 8286891: thread_local causes undefined symbol error with XL C

Tyler Steele tsteele at openjdk.java.net
Tue May 24 16:29:08 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)

This pull request has now been integrated.

Changeset: 25080e0c
Author:    Tyler Steele <tsteele at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/25080e0c3ac75ea2b9f04fcbca37b96c46ea3473
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8286891: thread_local causes undefined symbol error with XL C

Reviewed-by: mdoerr, mbaesken, jvernee

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

PR: https://git.openjdk.java.net/jdk/pull/8754


More information about the hotspot-dev mailing list