RFR: 8347627: Compiler replay tests are failing after JDK-8346990
Coleen Phillimore
coleenp at openjdk.org
Tue Jan 14 01:42:53 UTC 2025
On Tue, 14 Jan 2025 01:35:34 GMT, David Holmes <dholmes at openjdk.org> wrote:
> The `%#zx` format specifier only prepends `0x` to non-zero values but we need it for all, so switch to manual `0x%zx`. I claim this as a trivial (and urgent) fix.
>
> The only other use of this is in a test where it is fine.
>
> Testing:
> - compiler replay tests now pass
> - tiers 1-3 (sanity)
>
> Thanks
Yes this looks good. Thank you so much for finding this bug so quickly!
-------------
Marked as reviewed by coleenp (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/23093#pullrequestreview-2548395718
More information about the hotspot-compiler-dev
mailing list