[jdk11u-dev] RFR: 8248666: AArch64: Use THREAD_LOCAL instead of __thread
Paul Hohensee
phh at openjdk.java.net
Fri Aug 20 18:57:28 UTC 2021
On Fri, 20 Aug 2021 06:28:24 GMT, Reka Kovacs <github.com+25946952+rnkovacs at openjdk.org> wrote:
> Not a clean backport. Original patch used a macro called THREAD_LOCAL, this backport uses THREAD_LOCAL_DECL. THREAD_LOCAL_DECL was renamed to THREAD_LOCAL by [JDK-8230877](https://bugs.openjdk.java.net/browse/JDK-8230877) in JDK 14. Testing: tier1.
>
> This PR is step 4 out of 19 in the Windows/AArch64 port.
Marked as reviewed by phh (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/262
More information about the jdk-updates-dev
mailing list