< prev index next >

src/hotspot/share/runtime/thread.cpp

Print this page
rev 59383 : [mq]: final

*** 349,364 **** // If possible, refrain from doing anything which may crash or assert since // quite probably those crash dumps will be useless. set_stack_base(os::current_stack_base()); set_stack_size(os::current_stack_size()); - #ifdef SOLARIS - if (os::is_primordial_thread()) { - os::Solaris::correct_stack_boundaries_for_primordial_thread(this); - } - #endif - // Set stack limits after thread is initialized. if (is_Java_thread()) { ((JavaThread*) this)->set_stack_overflow_limit(); ((JavaThread*) this)->set_reserved_stack_activation(stack_base()); } --- 349,358 ----
< prev index next >