RFR: 8289095: (fs) UnixCopyFile build error on linux-x86

Brian Burkhalter bpb at openjdk.org
Thu Jun 23 21:53:05 UTC 2022


On Thu, 23 Jun 2022 21:46:43 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Use `(char*)jlong_to_ptr(address)` instead of the straight cast `(char*)address`.

The linux-x86 build still fails for other reasons, but as it reports `Creating support/native/java.base/libnio/static/libnio.a from 22 file(s)` with no errors observed, this particular change appears correct.

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

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


More information about the nio-dev mailing list