hotspot/src/share/vm/runtime/os.hpp
changeset 41070 496463b4e206
parent 40667 f9cf2db7f59f
child 41178 e567be097315
--- a/hotspot/src/share/vm/runtime/os.hpp	Fri Sep 02 16:45:16 2016 +0200
+++ b/hotspot/src/share/vm/runtime/os.hpp	Fri Sep 09 11:14:57 2016 -0700
@@ -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);