RFR: 8294359: Interpreter(AArch64) intrinsify Thread.currentThread()
Andrew Haley
aph at openjdk.org
Tue Sep 27 09:30:53 UTC 2022
On Tue, 27 Sep 2022 09:09:05 GMT, Hao Sun <haosun at openjdk.org> wrote:
> JDK-8278793 supported Thread.currentThread() intrinsification for interpreter(x64) part so as to get JVM startup benefit.
>
> In this patch, we implement the AArch64 part.
>
> Testings: tier1~3 and jdk_loom passed on Linux/AArch64.
Looks good.
-------------
Marked as reviewed by aph (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10441
More information about the hotspot-dev
mailing list