< prev index next >

src/os_cpu/linux_ppc/vm/os_linux_ppc.cpp

Print this page

        

@@ -465,12 +465,10 @@
 ////////////////////////////////////////////////////////////////////////////////
 // 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) {
   // default stack size (compiler thread needs larger stack)
   // Notice that the setting for compiler threads here have no impact
   // because of the strange 'fallback logic' in os::create_thread().
< prev index next >