< prev index next >

src/hotspot/share/prims/jvmtiEnv.cpp

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

@@ -3630,14 +3630,14 @@
   *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);
+JvmtiEnv::SetHeapSamplingRate(jint sampling_rate) {
+  ThreadHeapSampler::set_tlab_heap_sampling(sampling_rate);
   return JVMTI_ERROR_NONE;
-} /* end SetTlabHeapSampling */
+} /* end SetHeapSamplingRate */
 
   //
   // System Properties functions
   //
 
< prev index next >