make/bsd/platform_ia64

Tue, 27 May 2014 08:44:23 -0700

author
minqi
date
Tue, 27 May 2014 08:44:23 -0700
changeset 7297
678a467a733b
parent 0
f90c822e73f8
permissions
-rw-r--r--

8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize
Summary: In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same. In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same.
Reviewed-by: dholmes, iklam, jiangli, coleenp
Contributed-by: yumin.qi@oracle.com

     1 os_family = bsd
     3 arch = ia64
     5 os_arch = bsd_ia64
     7 lib_arch = ia64
     9 compiler = gcc
    11 gnu_dis_arch = ia64
    13 sysdefs = -D_ALLBSD_SOURCE -D_GNU_SOURCE -DIA64 -DCC_INTERP
    15 mark_style = alignment

mercurial