< prev index next >

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

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

@@ -39,11 +39,12 @@
 
     // shared base address test table
     private static final String[] testTable = {
         "1g", "8g", "64g","512g", "4t",
         "32t", "128t", "0",
-        "1", "64k", "64M", "320g"
+        "1", "64k", "64M", "320g",
+        "0x800001000"  // Default base address + 1 page - probably valid but unaligned to metaspace alignment, see JDK 8247522
     };
 
     public static void main(String[] args) throws Exception {
         String appJar = JarBuilder.getOrCreateHelloJar();
 
< prev index next >