我们的一位客户偶尔抱怨说,我们的电话FileChannel.map
以ClosedByInterruptException
. Javadoc并未将此列为合法的可能性。有谁知道这里可能会发生什么?
原因0:java.nio.channels.ClosedByInterruptException Cause0-StackTrace: 在 java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:184) 在 sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:772)