[jdk11u-dev] RFR: 8248666: AArch64: Use THREAD_LOCAL instead of __thread [v2]
Christoph Langer
clanger at openjdk.java.net
Thu Aug 26 07:10:23 UTC 2021
On Wed, 25 Aug 2021 16:03:48 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 is part of the Windows/AArch64 port.
>
> Reka Kovacs has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
>
> Backport 2f8653fbf0f4ed2ab0e40b2bb541ef2eff913469
Looks good. I think you can integrate it now.
-------------
Marked as reviewed by clanger (Reviewer).
PR: https://git.openjdk.java.net/jdk11u-dev/pull/262
More information about the jdk-updates-dev
mailing list