< prev index next >

hotspot/src/os/solaris/vm/os_solaris.hpp

Print this page

        

@@ -290,15 +290,11 @@
   // %%% Following should be promoted to os.hpp:
   // Trace number of created threads
   static          jint  _os_thread_limit;
   static volatile jint  _os_thread_count;
 
-  // Minimum stack size a thread can be created with (allowing
-  // the VM to completely create the thread and enter user code)
 
-  static size_t min_stack_allowed;
-
   // Stack overflow handling
 
   static int max_register_window_saves_before_flushing();
 
   // Stack repair handling
< prev index next >