Integrated: 8294359: Interpreter(AArch64) intrinsify Thread.currentThread()
Hao Sun
haosun at openjdk.org
Wed Sep 28 10:06:43 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.
This pull request has now been integrated.
Changeset: ea616710
Author: Hao Sun <haosun at openjdk.org>
Committer: Ningsheng Jian <njian at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ea6167104ebb16394f60d72999214221b8b9400f
Stats: 15 lines in 4 files changed: 11 ins; 0 del; 4 mod
8294359: Interpreter(AArch64) intrinsify Thread.currentThread()
Reviewed-by: aph, shade
-------------
PR: https://git.openjdk.org/jdk/pull/10441
More information about the hotspot-dev
mailing list