src/os/solaris/vm/os_solaris.cpp

changeset 5701
40136aa2cdb1
parent 5578
4c84d351cca9
child 6326
d1621038becf
child 6472
2b8e28fdf503
child 6755
5656140324ed
equal deleted inserted replaced
5698:040895ec3920 5701:40136aa2cdb1
5176 5176
5177 #ifndef PRODUCT 5177 #ifndef PRODUCT
5178 if(Verbose && PrintMiscellaneous) 5178 if(Verbose && PrintMiscellaneous)
5179 tty->print("[Memory Serialize Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page); 5179 tty->print("[Memory Serialize Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page);
5180 #endif 5180 #endif
5181 } 5181 }
5182
5183 os::large_page_init();
5184 5182
5185 // Check minimum allowable stack size for thread creation and to initialize 5183 // Check minimum allowable stack size for thread creation and to initialize
5186 // the java system classes, including StackOverflowError - depends on page 5184 // the java system classes, including StackOverflowError - depends on page
5187 // size. Add a page for compiler2 recursion in main thread. 5185 // size. Add a page for compiler2 recursion in main thread.
5188 // Add in 2*BytesPerWord times page size to account for VM stack during 5186 // Add in 2*BytesPerWord times page size to account for VM stack during

mercurial