mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8259032: MappedMemorySegmentImpl#makeMappedSegment() ignores Unmapper#pagePosition
Co-authored-by: Uwe Schindler <uschindler@openjdk.org> Reviewed-by: alanb
This commit is contained in:
parent
80110dac91
commit
e66187d885
2 changed files with 23 additions and 1 deletions
|
@ -889,7 +889,7 @@ public class FileChannelImpl
|
|||
|
||||
@Override
|
||||
public long address() {
|
||||
return address;
|
||||
return address + pagePosition;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue