< prev index next >

src/hotspot/os/solaris/os_solaris.hpp

Print this page
rev 52189 : [mq]: tinit

@@ -266,10 +266,11 @@
   // %%% Following should be promoted to os.hpp:
   // Trace number of created threads
   static          jint  _os_thread_limit;
   static volatile jint  _os_thread_count;
 
+  static void correct_stack_boundaries_for_primordial_thread(Thread* thr);
 
   // Stack overflow handling
 
   static int max_register_window_saves_before_flushing();
 
< prev index next >