The munmap syscall expects a page size aligned address, but hard
coded 4k page size is used in CompactRingBuffer.int64 test, then
the munmap syscall get a address (alignment-16k-addr+4k) that is
not page size aligned on 16k page size system.
Co-authored-by: Weining Lu <luweining@loongson.cn>
Depends on D123910
GetPageSizeCached() is called multiple times, can we