src/hotspot/share/gc/shared/concurrentGCThread.cpp
changeset 52302 912b79d983d9
parent 49449 ef5d5d343e2a
child 53103 67e3a8b3449c
--- a/src/hotspot/share/gc/shared/concurrentGCThread.cpp	Fri Oct 26 08:23:52 2018 -0400
+++ b/src/hotspot/share/gc/shared/concurrentGCThread.cpp	Fri Oct 19 09:39:29 2018 +0200
@@ -49,7 +49,6 @@
 }
 
 void ConcurrentGCThread::initialize_in_thread() {
-  this->record_stack_base_and_size();
   this->initialize_named_thread();
   this->set_active_handles(JNIHandleBlock::allocate_block());
   // From this time Thread::current() should be working.