< prev index next >

src/hotspot/share/jfr/periodic/sampling/jfrThreadSampler.cpp

Print this page
rev 52211 : [mq]: tinit

@@ -453,12 +453,10 @@
 }
 
 void JfrThreadSampler::run() {
   assert(_sampler_thread == NULL, "invariant");
 
-  record_stack_base_and_size();
-
   _sampler_thread = this;
 
   jlong last_java_ms = get_monotonic_ms();
   jlong last_native_ms = last_java_ms;
   while (true) {
< prev index next >