< prev index next >

src/hotspot/share/runtime/heapMonitoring.hpp

Print this page
rev 47223 : [mq]: heapz8
rev 47224 : [mq]: heap9a
rev 47225 : [mq]: heap10

@@ -72,11 +72,11 @@
    * General note: currently none of these methods are deemed thread-safe.
    */
 
   // First method called by user to start the profiler:
   //   - Note: the lower the monitoring rate, the higher the overhead incurred.
-  static void initialize_profiling(jint monitoring_rate, jint max_storage);
+  static void initialize_profiling(jint monitoring_rate, jint max_gc_storage);
 
   // Pick the next sample for a given size_t pointer using a geometric variable
   // with specified mean. The specified mean is provided via the
   // initialize_profiling method.
   static void pick_next_sample(size_t *ptr);
< prev index next >