--- old/src/os_cpu/linux_x86/vm/os_linux_x86.cpp 2015-08-03 01:39:39.859975564 -0400 +++ new/src/os_cpu/linux_x86/vm/os_linux_x86.cpp 2015-08-03 01:39:38.579902837 -0400 @@ -623,11 +623,6 @@ size_t os::Linux::min_stack_allowed = (48 DEBUG_ONLY(+4))*K; #endif // AMD64 -// Test if pthread library can support variable thread stack size. -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)