Integrated: 8347627: Compiler replay tests are failing after JDK-8346990

David Holmes dholmes at openjdk.org
Tue Jan 14 03:22:49 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

This pull request has now been integrated.

Changeset: c1d322ff
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c1d322fff42720146dfb3846bd7d8514b1bdf383
Stats:     4 lines in 2 files changed: 3 ins; 0 del; 1 mod

8347627: Compiler replay tests are failing after JDK-8346990

Reviewed-by: coleenp

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

PR: https://git.openjdk.org/jdk/pull/23093


More information about the hotspot-compiler-dev mailing list