hotspot/src/share/vm/runtime/perfData.hpp
changeset 18025 b7bcf7497f93
parent 13728 882756847a04
child 22234 da823d78ad65
--- a/hotspot/src/share/vm/runtime/perfData.hpp	Fri Jun 07 09:33:01 2013 -0700
+++ b/hotspot/src/share/vm/runtime/perfData.hpp	Mon Jun 10 11:30:51 2013 +0200
@@ -693,6 +693,9 @@
     // the given name.
     static bool exists(const char* name) { return _all->contains(name); }
 
+    // method to search for a instrumentation object by name
+    static PerfData* find_by_name(const char* name);
+
     // method to map a CounterNS enumeration to a namespace string
     static const char* ns_to_string(CounterNS ns) {
       return _name_spaces[ns];