CSR :
|
|
Relates :
|
The force methods defined by MappedByteBuffer have the following statement: "If this buffer was not mapped in read/write mode (FileChannel.MapMode.READ_WRITE) then invoking this method has no effect." This wording needs to be changed to take account of possible implementation specific map modes (see JDK-8221397), maybe something like: "This method has no effect for buffers mapped in read-only or private mapping modes. It may also have no effect for other implementation specific map modes."