diff src/os/solaris/vm/os_solaris.cpp @ 12233:40136aa2cdb1

8010722: assert: failed: heap size is too big for compressed oops Summary: Use conservative assumptions of required alignment for the various garbage collector components into account when determining the maximum heap size that supports compressed oops. Using this conservative value avoids several circular dependencies in the calculation. Reviewed-by: stefank, dholmes
author tschatzl
date Wed, 11 Sep 2013 16:25:02 +0200
parents 4c84d351cca9
children cefad50507d8 c250880a6673 2b8e28fdf503 5656140324ed
line wrap: on
line diff
--- a/src/os/solaris/vm/os_solaris.cpp	Wed Sep 11 12:03:41 2013 +0200
+++ b/src/os/solaris/vm/os_solaris.cpp	Wed Sep 11 16:25:02 2013 +0200
@@ -5178,9 +5178,7 @@
     if(Verbose && PrintMiscellaneous)
       tty->print("[Memory Serialize  Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page);
 #endif
-}
-
-  os::large_page_init();
+  }
 
   // Check minimum allowable stack size for thread creation and to initialize
   // the java system classes, including StackOverflowError - depends on page