/home/runner/work/jdk/jdk/src/java.base/unix/native/libnio/fs/UnixCopyFile.c:83:17: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
83 | char* buf = (char*)address;
83 | char* buf = (char*)address;
- duplicates
-
JDK-8289143 JDK-6980847 broke 32-bit builds
-
- Closed
-
- relates to
-
JDK-8289073 (fs) UnsatisfiedLinkError for sun.nio.fs.UnixCopyFile.bufferedCopy0()
-
- Resolved
-
-
JDK-6980847 (fs) Files.copy needs to be "tuned"
-
- Resolved
-