On Thu, 24 Jun 2021 10:22:10 GMT, David Simms <dsimms at openjdk.org> wrote: > Removed signed hex formats since "x" is unsigned by definition Oh! Right. Since we are casting to `uint64_t`, probably better use `UINT64_FORMAT_X` directly? ------------- PR: https://git.openjdk.java.net/valhalla/pull/463