< prev index next >

src/hotspot/share/prims/jvmtiEnv.cpp

Print this page
rev 49244 : [mq]: event-only
rev 49247 : [mq]: event5

*** 3630,3643 **** *processor_count_ptr = os::active_processor_count(); return JVMTI_ERROR_NONE; } /* end GetAvailableProcessors */ jvmtiError ! JvmtiEnv::SetTlabHeapSampling(jint monitoring_rate) { ! ThreadHeapSampler::set_tlab_heap_sampling(monitoring_rate); return JVMTI_ERROR_NONE; ! } /* end SetTlabHeapSampling */ // // System Properties functions // --- 3630,3643 ---- *processor_count_ptr = os::active_processor_count(); return JVMTI_ERROR_NONE; } /* end GetAvailableProcessors */ jvmtiError ! JvmtiEnv::SetHeapSamplingRate(jint sampling_rate) { ! ThreadHeapSampler::set_tlab_heap_sampling(sampling_rate); return JVMTI_ERROR_NONE; ! } /* end SetHeapSamplingRate */ // // System Properties functions //
< prev index next >