RFR: 8366483: ShowRegistersOnAssertTest uses wrong register pattern string for Windows on AArch64
Aleksey Shipilev
shade at openjdk.org
Tue Sep 2 13:06:54 UTC 2025
On Tue, 2 Sep 2025 04:01:08 GMT, David Holmes <dholmes at openjdk.org> wrote:
> But is that Windows specific? I'm wondering why Windows-Aarch64 uses X whereas Linux-aarch64 uses R.
I don't think `X` or `R` are any special here, both are fine. We can, of course, draw the line in the sand and do `R` everywhere in Hotspot for extra consistency.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27022#issuecomment-3245251318
More information about the hotspot-runtime-dev
mailing list