--- old/hotspot/src/share/vm/runtime/os.hpp Fri Sep 9 10:42:46 2016 +++ new/hotspot/src/share/vm/runtime/os.hpp Fri Sep 9 10:42:45 2016 @@ -443,7 +443,7 @@ static bool create_thread(Thread* thread, ThreadType thr_type, - size_t stack_size = 0); + size_t req_stack_size = 0); static bool create_main_thread(JavaThread* thread); static bool create_attached_thread(JavaThread* thread); static void pd_start_thread(Thread* thread);