< prev index next >

hotspot/src/share/vm/runtime/os.hpp

Print this page

        

@@ -441,11 +441,11 @@
     os_thread
   };
 
   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);
   static void start_thread(Thread* thread);
 
< prev index next >