< prev index next >

src/share/vm/opto/runtime.hpp

Print this page

        

@@ -327,10 +327,13 @@
 
   // Dtrace support
   static const TypeFunc* dtrace_method_entry_exit_Type();
   static const TypeFunc* dtrace_object_alloc_Type();
 
+  // Heap sampling support
+  static const TypeFunc* heap_object_alloc_Type();
+
  private:
  static NamedCounter * volatile _named_counters;
 
  public:
  // helper function which creates a named counter labeled with the
< prev index next >