comparison src/os/solaris/vm/os_solaris.cpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents e2722a66aba7 40136aa2cdb1
children 8a9bb7821e28 bbfbe9b06038
comparison
equal deleted inserted replaced
14421:3068270ba476 14422:2b8e28fdf503
5132 5132
5133 #ifndef PRODUCT 5133 #ifndef PRODUCT
5134 if(Verbose && PrintMiscellaneous) 5134 if(Verbose && PrintMiscellaneous)
5135 tty->print("[Memory Serialize Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page); 5135 tty->print("[Memory Serialize Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page);
5136 #endif 5136 #endif
5137 } 5137 }
5138
5139 os::large_page_init();
5140 5138
5141 // Check minimum allowable stack size for thread creation and to initialize 5139 // Check minimum allowable stack size for thread creation and to initialize
5142 // the java system classes, including StackOverflowError - depends on page 5140 // the java system classes, including StackOverflowError - depends on page
5143 // size. Add a page for compiler2 recursion in main thread. 5141 // size. Add a page for compiler2 recursion in main thread.
5144 // Add in 2*BytesPerWord times page size to account for VM stack during 5142 // Add in 2*BytesPerWord times page size to account for VM stack during