RFR: 8347627: Compiler replay tests are failing after JDK-8346990
David Holmes
dholmes at openjdk.org
Tue Jan 14 01:42:53 UTC 2025
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
-------------
Commit messages:
- 8347627: Compiler replay tests are failing after JDK-8346990
Changes: https://git.openjdk.org/jdk/pull/23093/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23093&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8347627
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/23093.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23093/head:pull/23093
PR: https://git.openjdk.org/jdk/pull/23093
More information about the hotspot-compiler-dev
mailing list