--- old/src/java.base/unix/native/libnio/ch/FileChannelImpl.c 2017-08-09 14:53:24.132811153 -0700 +++ new/src/java.base/unix/native/libnio/ch/FileChannelImpl.c 2017-08-09 14:53:24.024811152 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -50,7 +50,7 @@ #define mmap64 mmap #endif -static jfieldID chan_fd; /* jobject 'fd' in sun.io.FileChannelImpl */ +static jfieldID chan_fd; /* jobject 'fd' in sun.nio.ch.FileChannelImpl */ JNIEXPORT jlong JNICALL Java_sun_nio_ch_FileChannelImpl_initIDs(JNIEnv *env, jclass clazz)