-
Bug
-
Resolution: Fixed
-
P2
-
9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084040 | emb-9 | Brian Burkhalter | P2 | Resolved | Fixed | team |
JDK9b44 introduces following change [1] to java.io.RandomAccessFile class:
following method:
public final java.nio.channels.FileChannel getChannel()
was changed as it follows:
public java.nio.channels.FileChannel getChannel()
that is 'final' modifier was removed.
However this is a small change it's a change to public API, for this reason it should be CCC approved. There is no CCC approving this change now.
[1] http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/655c81c02331
following method:
public final java.nio.channels.FileChannel getChannel()
was changed as it follows:
public java.nio.channels.FileChannel getChannel()
that is 'final' modifier was removed.
However this is a small change it's a change to public API, for this reason it should be CCC approved. There is no CCC approving this change now.
[1] http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/655c81c02331
- backported by
-
JDK-8084040 RandomAccessFile.getChannel changed to non-final in error
-
- Resolved
-