< prev index next >

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

Print this page
rev 52189 : [mq]: tinit

*** 453,464 **** } 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) { --- 453,462 ----
< prev index next >