commit | 3628c65544736df569d066b8405b920e41a58930 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 22 17:25:01 2009 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Oct 22 17:25:01 2009 -0700 |
tree | 4ca63866bc105c983b47272c07cd89a55c0b319d | |
parent | a5b88a9318f583a082bd27ed745d886f545a6532 [diff] |
OSMemorySystem.mmap fixes. Stop silently truncating the arguments to mmap. Check they're actually valid. Fix mmap to actually throw IOException on error, as it claimed to do. Correct parameter name 'alignment' to 'offset'. Remove dead code (getPageSize).