--- old/src/os/solaris/vm/os_solaris.cpp 2013-06-04 17:03:19.587740529 +0200 +++ new/src/os/solaris/vm/os_solaris.cpp 2013-06-04 17:03:19.415740524 +0200 @@ -3330,6 +3330,7 @@ UseMPSS = false; _page_sizes[0] = _large_page_size; _page_sizes[1] = vm_page_size(); + _page_sizes[2] = 0; } UseMPSS = UseMPSS && @@ -5075,9 +5076,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