hotspot/src/share/vm/services/attachListener.cpp
changeset 14120 7d298141c258
parent 13952 e3cf184080bc
child 15432 9d976ca484d8
--- a/hotspot/src/share/vm/services/attachListener.cpp	Thu Oct 18 13:09:47 2012 -0400
+++ b/hotspot/src/share/vm/services/attachListener.cpp	Fri Oct 19 21:40:07 2012 -0400
@@ -404,6 +404,8 @@
 static void attach_listener_thread_entry(JavaThread* thread, TRAPS) {
   os::set_priority(thread, NearMaxPriority);
 
+  thread->record_stack_base_and_size();
+
   if (AttachListener::pd_init() != 0) {
     return;
   }