RFR: 8294359: Interpreter(AArch64) intrinsify Thread.currentThread()

Hao Sun haosun at openjdk.org
Wed Sep 28 08:48:22 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.

Thanks for your review!

I think the GHA failure is due to the network issue, not related to this PR.

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

PR: https://git.openjdk.org/jdk/pull/10441


More information about the hotspot-dev mailing list