diff src/share/vm/runtime/perfData.hpp @ 14392:b5c8a61d7fa0

Merge
author kvn
date Fri, 21 Jun 2013 15:56:24 -0700
parents f2110083203d
children de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/runtime/perfData.hpp	Thu Jun 20 16:30:44 2013 -0700
+++ b/src/share/vm/runtime/perfData.hpp	Fri Jun 21 15:56:24 2013 -0700
@@ -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];