On 2017/02/10 1:04, Andrew Haley wrote:
On 09/02/17 14:57, Yasumasa Suenaga wrote:So I think we can use sysconf(3) to get page size.In OpenJDK code we should use os::vm_page_size() for the physical page size.
SA is not part of HotSpot (not in libjvm). Thus SA cannot access HotSpot internal function.
Andrew.