RFR: 8369322: Implement native stack printing for Windows-AArch64 [v2]
Saint Wesonga
duke at openjdk.org
Mon Oct 20 20:25:08 UTC 2025
On Mon, 20 Oct 2025 20:14:24 GMT, Martijn Verburg <karianna at openjdk.org> wrote:
> Should that comment say /x64 if it's for all aarchs?
The behavior described in this comment section applies to x64 only (it is the original motivation for introducing this platform printing implementation). This change recognizes that the preexisting Windows x64 solution is essentially platform agnostic (modulo the machine type and registers) and therefore reuses it for Windows AArch64.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27680#discussion_r2446033193
More information about the hotspot-runtime-dev
mailing list