comparison THIRD_PARTY_README @ 20583:678a467a733b

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
author minqi
date Tue, 27 May 2014 08:44:23 -0700
parents ebb120474275
children 52b4284cb496 71690386cf84
comparison
equal deleted inserted replaced
20582:c49cd31b6da6 20583:678a467a733b