< prev index next >

test/hotspot/jtreg/runtime/cds/SharedBaseAddress.java

Print this page
rev 59756 : 8247522: assert(is_aligned(class_space_rs.base(), class_space_alignment)) failed: Sanity
Reviewed-by:

*** 39,48 **** --- 39,49 ---- // shared base address test table private static final String[] testTable = { "1g", "8g", "64g","512g", "4t", "32t", "128t", "0", "1", "64k", "64M", + "0x800001000", // Default base address + 1 page - probably valid but unaligned to metaspace alignment, see JDK 8247522 "0xfffffffffff00000", // archive top wraps around 64-bit address space "0xfff80000", // archive top wraps around 32-bit address space "0xffffffffffffffff", // archive bottom wraps around 64-bit address space -- due to align_up() "0xffffffff", // archive bottom wraps around 32-bit address space -- due to align_up() "0x00007ffffff00000", // end of archive will go past the end of user space on linux/x64
< prev index next >