[jdk11u-dev] RFR: 8248238: Implementation: JEP 388: Windows AArch64 Support [v3]

Vladimir Kempik vkempik at openjdk.java.net
Thu Sep 2 22:01:38 UTC 2021


On Tue, 31 Aug 2021 13:18:50 GMT, Reka Kovacs <github.com+25946952+rnkovacs at openjdk.org> wrote:

>> Main commit of the Windows/AArch64 port.
>> 
>> Also fixes [JDK-8272181](https://bugs.openjdk.java.net/browse/JDK-8272181) by adding [`src/hotspot/os_cpu/windows_aarch64/pauth_windows_aarch64.inline.hpp`](https://github.com/openjdk/jdk11u-dev/pull/301/files#diff-235302dc4618158c4f75771ebbb6f0e4beeee5daf0a537b03ee4253a711268c6), which is needed for a successful Windows-AArch64 build.
>> 
>> Depends on #274 and #299.
>
> 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 9604ee82690f89320614b37bfef4178abc869777

Same thing in 17ea:
 0x00000001285942c0:  adrp  x8, 0x00000001280ed000   ;  {no_reloc}
 0x00000001285942c4:  add   x8, x8, #0x880
 0x00000001285942c8:  blr   x8
 0x00000001285942cc:  dcps1  #0xdeae
 0x00000001285942d0:  .inst  0x064e7d23 ; undefined
 0x00000001285942d4:  .inst  0x00000001 ; undefined

So i guess it's just register saving in 11, for exceptional situation.

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

PR: https://git.openjdk.java.net/jdk11u-dev/pull/301


More information about the jdk-updates-dev mailing list