mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
// Copy via an intermediate temporary direct buffer
|
||||||
JNIEXPORT void JNICALL
|
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,
|
(JNIEnv* env, jclass this, jint dst, jint src, jlong address,
|
||||||
jint transferSize, jlong cancelAddress)
|
jint transferSize, jlong cancelAddress)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue