< prev index next >

src/os_cpu/linux_ppc/vm/os_linux_ppc.cpp

Print this page
rev 7507 : 8066964: ppc64: argument and return type profiling, fix problem with popframe

*** 451,461 **** } //////////////////////////////////////////////////////////////////////////////// // thread stack ! size_t os::Linux::min_stack_allowed = 768*K; bool os::Linux::supports_variable_stack_size() { return true; } // return default stack size for thr_type size_t os::Linux::default_stack_size(os::ThreadType thr_type) { --- 451,461 ---- } //////////////////////////////////////////////////////////////////////////////// // thread stack ! size_t os::Linux::min_stack_allowed = 128*K; bool os::Linux::supports_variable_stack_size() { return true; } // return default stack size for thr_type size_t os::Linux::default_stack_size(os::ThreadType thr_type) {
< prev index next >