RFR: 8347627: Compiler replay tests are failing after JDK-8346990 [v2]

David Holmes dholmes at openjdk.org
Tue Jan 14 02:05:25 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

David Holmes has updated the pull request incrementally with one additional commit since the last revision:

  Update test cases for clarity of difference

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/23093/files
  - new: https://git.openjdk.org/jdk/pull/23093/files/a8153b02..73e332ef

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=23093&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23093&range=00-01

  Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 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