[lworld] RFR: 8269279: [lworld] 8269231 causes build failures

David Simms dsimms at openjdk.java.net
Thu Jun 24 10:46:52 UTC 2021


On Thu, 24 Jun 2021 10:31:08 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Oh! Right. Since we are casting to `uint64_t`, probably better use `UINT64_FORMAT_X` directly?

Six of one, half a dozen of the other, the argument is a `jlong` and `JULONG_FORMAT_X` exists which required less typing. `JULONG_FORMAT_X` existence should probably invoke questions with the reader "an unsigned format for a clearly signed type ?".

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

PR: https://git.openjdk.java.net/valhalla/pull/463


More information about the valhalla-dev mailing list