mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8289073: (fs) UnsatisfiedLinkError for sun.nio.fs.UnixCopyFile.bufferedCopy0()
Reviewed-by: alanb
This commit is contained in:
parent
b206d2d149
commit
13cbb3a416
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ int fcopyfile_callback(int what, int stage, copyfile_state_t state,
|
|||
|
||||
// Copy via an intermediate temporary direct buffer
|
||||
JNIEXPORT void JNICALL
|
||||
Java_sun_nio_fs_UnixCopyFile_bufferCopy0
|
||||
Java_sun_nio_fs_UnixCopyFile_bufferedCopy0
|
||||
(JNIEnv* env, jclass this, jint dst, jint src, jlong address,
|
||||
jint transferSize, jlong cancelAddress)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue