Skip to content

Commit

Permalink
8289073: (fs) UnsatisfiedLinkError for sun.nio.fs.UnixCopyFile.buffer…
Browse files Browse the repository at this point in the history
…edCopy0()

Reviewed-by: alanb
  • Loading branch information
Brian Burkhalter committed Jun 23, 2022
1 parent b206d2d commit 13cbb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.base/unix/native/libnio/fs/UnixCopyFile.c
Expand Up @@ -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)
{
Expand Down

1 comment on commit 13cbb3a

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.